1 write to NewNodeSpans
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\SyntaxMapDescription.cs (1)
49NewNodeSpans = SourceMarkers.GetNodeSpans(newSource);
3 references to NewNodeSpans
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
EditAndContinue\SyntaxMapDescription.cs (3)
51Assert.Equal(OldNodeSpans.Length, NewNodeSpans.Length); 54Assert.Equal(OldNodeSpans[i].Length, NewNodeSpans[i].Length); 68=> new(OldNodeSpans[i].ZipAsArray(NewNodeSpans[i], static (oldSpan, newSpan) => (oldSpan, newSpan)), NewSpans, Match);