2 references to SuppressDiagnosticsSpansKey
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
113
buffer.Properties.TryGetProperty(PredefinedPreviewTaggerKeys.
SuppressDiagnosticsSpansKey
, out suppressedDiagnosticsSpans);
Preview\AbstractPreviewFactoryService.cs (1)
625
newBuffer.Properties.AddProperty(PredefinedPreviewTaggerKeys.
SuppressDiagnosticsSpansKey
, new NormalizedSnapshotSpanCollection(newBuffer.CurrentSnapshot, suppressDiagnosticsSpans));