8 references to TestActionCountAsync
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (1)
AbstractCodeActionOrUserDiagnosticTest.cs (1)
884
await
TestActionCountAsync
(input, outputs.Length, parameters);
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (6)
AddParameterTests.cs (3)
2174
await
TestActionCountAsync
(code, 1);
2568
await
TestActionCountAsync
(code, 1);
2598
await
TestActionCountAsync
(code, 1);
MakeMethodAsynchronousTests.cs (1)
96
await
TestActionCountAsync
(initial, count: 1, new TestParameters(compilationOptions: new CSharpCompilationOptions(OutputKind.ConsoleApplication)));
UseInferredMemberNameTests.cs (2)
77
await
TestActionCountAsync
(
93
await
TestActionCountAsync
(
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests (1)
AddParameterTests.vb (1)
1059
Await
TestActionCountAsync
(code, 1)