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