9 references to NewSpan
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\ActiveStatementsMap.cs (1)
157newSpan = region.NewSpan.Span;
EditAndContinue\EditSession.cs (3)
1595var baseSpan = region.NewSpan; 1638-r.Region.OldSpan.Span.GetLineDelta(r.Region.NewSpan.Span), 1639r.Region.NewSpan.Span.ToSourceSpan()));
EditAndContinue\NonRemappableRegion.cs (5)
20/// to <see cref="NewSpan"/> in the new version of the method. 39NewSpan.Equals(other.NewSpan) && 43=> Hash.Combine(OldSpan.GetHashCode(), Hash.Combine(IsExceptionRegion, NewSpan.GetHashCode())); 55=> $"{(IsExceptionRegion ? "ER" : "AS")} {OldSpan} => {NewSpan.Span}";