1 write to OldSpans
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\DeclaratorMapDescription.cs (1)
24OldSpans = GetSpans(oldSource);
5 references to OldSpans
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
EditAndContinue\DeclaratorMapDescription.cs (5)
27Assert.Equal(OldSpans.Length, NewSpans.Length); 28for (var i = 0; i < OldSpans.Length; i++) 30Assert.Equal(OldSpans[i].Length, NewSpans[i].Length); 69for (var j = 0; j < OldSpans[i].Length; j++) 71yield return KeyValuePairUtil.Create(OldSpans[i][j], NewSpans[i][j]);