2 references to Spans
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\SyntaxMapDescription.cs (2)
23
Debug.Assert(index <
Spans
.Length, $"Marker <N:{index}> not present in new source");
25
return match.NewRoot.SyntaxTree.GetLineSpan(
Spans
[index].newSpan).StartLinePosition;