6 references to SyntaxTree
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (6)
267
Dim errors = state.
SyntaxTree
.GetDiagnostics(statement)
358
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlCData)
386
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlComment)
414
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlStartElement)
442
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlEmbeddedExpression)
466
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlProcessingInstruction)