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)
97if (_span.Snapshot.GetOpenDocumentInCurrentContextWithChanges() is not Document document) 266toolTipPresenter.StartOrUpdate(_textView.TextSnapshot.CreateTrackingSpan(_span.Start, _span.Length, SpanTrackingMode.EdgeInclusive), uiList); 276var snapshot = _span.Snapshot;