3 references to StaticClassificationSpansKey
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Preview\PreviewStaticClassificationTaggerProvider.cs (2)
27
/// through <see cref="PredefinedPreviewTaggerKeys.
StaticClassificationSpansKey
" /> in the buffer property bag
67
if (!_buffer.Properties.TryGetProperty(PredefinedPreviewTaggerKeys.
StaticClassificationSpansKey
, out ImmutableArray<ClassifiedSpan> classifiedSpans))
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\Entries\DocumentSpanEntry.cs (1)
254
var key = PredefinedPreviewTaggerKeys.
StaticClassificationSpansKey
;