8 references to OldSpan
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\ActiveStatementsMap.cs (2)
154
region.
OldSpan
.Span == activeSpan &&
155
activeStatementInfo.DocumentName == region.
OldSpan
.Path)
EditAndContinue\NonRemappableRegion.cs (6)
19
/// its active statement needs to be mapped from <see cref="
OldSpan
"/> in the old version
38
=>
OldSpan
.Equals(other.
OldSpan
) &&
43
=> Hash.Combine(
OldSpan
.GetHashCode(), Hash.Combine(IsExceptionRegion, NewSpan.GetHashCode()));
52
=> new(
OldSpan
, newSpan, IsExceptionRegion);
55
=> $"{(IsExceptionRegion ? "ER" : "AS")} {
OldSpan
} => {NewSpan.Span}";