3 references to TryDoXmlCDataEndConstruct
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
494Return Me.TryDoXmlCDataEndConstruct(textView, subjectBuffer, cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
EndConstructGeneration\EndConstructTestingHelpers.vb (2)
172VerifyApplied(Function(s, v, b) s.TryDoXmlCDataEndConstruct(v, b, Nothing), before, beforeCaret, after, afterCaret) 176VerifyNotApplied(Function(s, v, b) s.TryDoXmlCDataEndConstruct(v, b, Nothing), text, caret)