2 references to WarningSpansKey
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\AbstractPreviewFactoryService.cs (1)
624
newBuffer.Properties.AddProperty(PredefinedPreviewTaggerKeys.
WarningSpansKey
, new NormalizedSnapshotSpanCollection(newBuffer.CurrentSnapshot, warningSpans));
Preview\PreviewWarningViewTaggerProvider.cs (1)
29
: base(PredefinedPreviewTaggerKeys.
WarningSpansKey
, PreviewWarningTag.Instance)