4 references to TestAddStatementsAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
CodeGeneration\CodeGenerationTests.CSharp.cs (1)
966await TestAddStatementsAsync(input, expected, "Console.WriteLine(2);");
CodeGeneration\CodeGenerationTests.VisualBasic.cs (3)
895await TestAddStatementsAsync(input, expected, "Console.WriteLine(2)"); 907await TestAddStatementsAsync(input, expected, "Return Nothing"); 921await TestAddStatementsAsync(input, expected, "Console.WriteLine(\"Setting the value\"");