6 references to SyntaxTree
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (6)
269
Dim errors = state.
SyntaxTree
.GetDiagnostics(statement)
363
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlCData)
391
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlComment)
419
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlStartElement)
447
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlEmbeddedExpression)
471
Dim errors = state.
SyntaxTree
.GetDiagnostics(xmlProcessingInstruction)