6 references to SyntaxTree
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (6)
268
Dim errors = state.
SyntaxTree
.GetDiagnostics(statement)
362
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlCData)
390
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlComment)
418
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlStartElement)
446
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlEmbeddedExpression)
470
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlProcessingInstruction)