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