3 references to ShouldDrawTag
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (1)
131if (!ShouldDrawTag(changedSpan, tagMappingSpan, out var viewLine))
LineSeparators\LineSeparatorAdornmentManager.cs (1)
43if (!ShouldDrawTag(changedSpan, tagMappingSpan, out _))
StringIndentation\StringIndentationAdornmentManager.cs (1)
48if (!ShouldDrawTag(changedSpan, tagMappingSpan, out _))