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