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)
40subjectBuffer.ApplyChange(New TextChange(_snapshotSpan.TranslateTo(current, SpanTrackingMode.EdgeExclusive).Span.ToTextSpan(), _replacementText)) 42Dim startPoint = _snapshotSpan.Start.TranslateTo(subjectBuffer.CurrentSnapshot, PointTrackingMode.Negative)