1 write to _snapshotSpan
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\ReplaceSpanResult.vb (1)
22
_snapshotSpan
= snapshotSpan
2 references to _snapshotSpan
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\ReplaceSpanResult.vb (2)
40
subjectBuffer.ApplyChange(New TextChange(
_snapshotSpan
.TranslateTo(current, SpanTrackingMode.EdgeExclusive).Span.ToTextSpan(), _replacementText))
42
Dim startPoint =
_snapshotSpan
.Start.TranslateTo(subjectBuffer.CurrentSnapshot, PointTrackingMode.Negative)