1 instantiation of EndConstructState
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
163Return New EndConstructState(
4 references to EndConstructState
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
EndConstructGeneration\EndConstructStatementVisitor.vb (2)
21Private ReadOnly _state As EndConstructState 25state As EndConstructState,
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (2)
143cancellationToken As CancellationToken) As EndConstructState 303Private Sub InsertBlankLineBetweenXmlTags(state As EndConstructState, textView As ITextView, subjectBuffer As ITextBuffer)