1 write to OldNodeSpans
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\SyntaxMapDescription.cs (1)
48
OldNodeSpans
= SourceMarkers.GetNodeSpans(oldSource);
5 references to OldNodeSpans
Microsoft.CodeAnalysis.Features.Test.Utilities (5)
EditAndContinue\SyntaxMapDescription.cs (5)
51
Assert.Equal(
OldNodeSpans
.Length, NewNodeSpans.Length);
52
for (var i = 0; i <
OldNodeSpans
.Length; i++)
54
Assert.Equal(
OldNodeSpans
[i].Length, NewNodeSpans[i].Length);
63
Debug.Assert(
OldNodeSpans
.Length == 1);
68
=> new(
OldNodeSpans
[i].ZipAsArray(NewNodeSpans[i], static (oldSpan, newSpan) => (oldSpan, newSpan)), NewSpans, Match);