1 write to _span
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
63
_span
= span;
5 references to _span
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineHints\InlineHintsTag.cs (5)
101
var document =
_span
.Snapshot.GetOpenDocumentInCurrentContextWithChanges();
108
var lineFormattingOptions =
_span
.Snapshot.TextBuffer.GetLineFormattingOptions(_taggerProvider.EditorOptionsService, explicitFormat: false);
272
toolTipPresenter.StartOrUpdate(_textView.TextSnapshot.CreateTrackingSpan(
_span
.Start,
_span
.Length, SpanTrackingMode.EdgeInclusive), uiList);
282
var snapshot =
_span
.Snapshot;