1 write to _textView
Roslyn.VisualStudio.DiagnosticsWindow (1)
VenusMargin\ProjectionSpanTagger.cs (1)
43
_textView
= textView;
2 references to _textView
Roslyn.VisualStudio.DiagnosticsWindow (2)
VenusMargin\ProjectionSpanTagger.cs (2)
52
var snapshot =
_textView
.TextBuffer.CurrentSnapshot;
66
if (!
_textView
.Properties.TryGetProperty(PropertyName, out List<Span> allSpans))