9 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Classification\SemanticClassifierTests.cs (6)
43await TestInMethodAsync( 75await TestInMethodAsync( 741await TestInMethodAsync( 752await TestInMethodAsync( 3664await TestInMethodAsync( 3675await TestInMethodAsync(
Classification\SyntacticClassifierTests.cs (1)
2419await TestInMethodAsync(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
222return TestInMethodAsync("C", methodName, code, testHost, expected); 239return TestInMethodAsync("C", "M", code, testHost, expected);