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)); 198var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 268var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 317var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 369var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s)); 430var actualTextSpans = statements.SelectAsArray(s => GetTextMapping(textA, treeB, s));