2 references to StaticClassificationSpansKey
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\PreviewStaticClassificationTaggerProvider.cs (2)
26
/// through <see cref="PredefinedPreviewTaggerKeys.
StaticClassificationSpansKey
" /> in the buffer property bag
69
if (!_buffer.Properties.TryGetProperty(PredefinedPreviewTaggerKeys.
StaticClassificationSpansKey
, out ImmutableArray<ClassifiedSpan> classifiedSpans))