7 references to NewSpan
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\ActiveStatementsMap.cs (1)
157newSpan = region.NewSpan.Span;
EditAndContinue\EditSession.cs (1)
1432var baseSpan = region.NewSpan;
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}";