2 references to Span
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ActiveStatementTrackingService.cs (2)
280
if (oldSpan.
Span
.GetSpan(snapshot).Span != newTextSpan)
332
if (snapshot != null && snapshot.TextBuffer == documentSpans.First().
Span
.TextBuffer)