9 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Classification\SemanticClassifierTests.cs (6)
46await TestInMethodAsync( 78await TestInMethodAsync( 744await TestInMethodAsync( 755await TestInMethodAsync( 3667await TestInMethodAsync( 3678await TestInMethodAsync(
Classification\SyntacticClassifierTests.cs (1)
2419await TestInMethodAsync(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
221return TestInMethodAsync("C", methodName, code, testHost, expected); 238return TestInMethodAsync("C", "M", code, testHost, expected);