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