1 write to NewSpan
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\NonRemappableRegion.cs (1)
37NewSpan = newSpan;
9 references to NewSpan
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\ActiveStatementsMap.cs (1)
151newSpan = region.NewSpan.Span;
EditAndContinue\EditSession.cs (3)
1258var baseSpan = region.NewSpan; 1301-r.Region.OldSpan.Span.GetLineDelta(r.Region.NewSpan.Span), 1302r.Region.NewSpan.Span.ToSourceSpan()));
EditAndContinue\NonRemappableRegion.cs (5)
20/// to <see cref="NewSpan"/> in the new version of the method. 46NewSpan.Equals(other.NewSpan) && 50=> Hash.Combine(OldSpan.GetHashCode(), Hash.Combine(IsExceptionRegion, NewSpan.GetHashCode())); 62=> $"{(IsExceptionRegion ? "ER" : "AS")} {OldSpan} => {NewSpan.Span}";