Table of Contents

Method GetDiagnostics

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

GetDiagnostics()

When implemented by a class, get all the errors within the syntax tree associated with this object.

IEnumerable<Diagnostic> GetDiagnostics()

Returns

IEnumerable<Diagnostic>

List of Microsoft.CodeAnalysis.Diagnostic errors.