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