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)
894await TestAddStatementsAsync(input, expected, "Console.WriteLine(2)"); 906await TestAddStatementsAsync(input, expected, "Return Nothing"); 920await TestAddStatementsAsync(input, expected, "Console.WriteLine(\"Setting the value\"");