1 write to _span
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
59
_span
= span;
4 references to _span
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsTag.cs (4)
97
if (
_span
.Snapshot.GetOpenDocumentInCurrentContextWithChanges() is not Document document)
266
toolTipPresenter.StartOrUpdate(_textView.TextSnapshot.CreateTrackingSpan(
_span
.Start,
_span
.Length, SpanTrackingMode.EdgeInclusive), uiList);
276
var snapshot =
_span
.Snapshot;