3 references to CreateTreeText
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
CodeActions\ConvertNumericLiteral\ConvertNumericLiteralTests.cs (3)
26=> await TestMissingInRegularAndScriptAsync(CreateTreeText("[||]" + initial)); 29=> await TestInRegularAndScript1Async(CreateTreeText("[||]" + initial), CreateTreeText(expected), (int)refactoring);