7 references to GetTextMapping
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Diagnostics\LineSpanDirectiveTests.cs (7)
53var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 99var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 195var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 265var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 314var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 366var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 427var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s));