9 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Classification\SemanticClassifierTests.cs (6)
53await TestInMethodAsync( 85await TestInMethodAsync( 751await TestInMethodAsync( 762await TestInMethodAsync( 3674await TestInMethodAsync( 3685await TestInMethodAsync(
Classification\SyntacticClassifierTests.cs (1)
2258await 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);