7 references to ClassifierHelper
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (1)
112var classifiedSpans = await ClassifierHelper.GetClassifiedSpansAsync(
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Classification\ClassificationTests.vb (2)
96Dim spans = Await ClassifierHelper.GetClassifiedSpansAsync( 157Dim spans = Await ClassifierHelper.GetClassifiedSpansAsync(
Microsoft.CodeAnalysis.Features (1)
ClassifiedSpansAndHighlightSpanFactory.cs (1)
88var result = await ClassifierHelper.GetClassifiedSpansAsync(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensHelpers.cs (1)
122var spans = await ClassifierHelper.GetClassifiedSpansAsync(
Microsoft.VisualStudio.LanguageServices (2)
Venus\ContainedDocument.DocumentServiceProvider.cs (2)
200var classifiedSpans = await ClassifierHelper.GetClassifiedSpansAsync( 232ClassifierHelper.FillInClassifiedSpanGaps(startPositionOnContentSpan, list, builder);