Table of Contents

Method GetDiagnostics

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

GetDiagnostics()

Get all the errors within the syntax tree associated with this object.

public virtual IEnumerable<Diagnostic> GetDiagnostics()

Returns

IEnumerable<Diagnostic>

List of Microsoft.CodeAnalysis.Diagnostic errors.