13 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Classification\SemanticClassifierTests.cs (6)
47await TestInMethodAsync( 79await TestInMethodAsync( 672await TestInMethodAsync( 683await TestInMethodAsync( 5257await TestInMethodAsync( 5268await TestInMethodAsync(
Classification\SyntacticClassifierTests.cs (1)
2023await TestInMethodAsync(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Classification\AbstractClassifierTests.cs (2)
225return TestInMethodAsync("C", methodName, code, testHost, expected); 242return TestInMethodAsync("C", "M", code, testHost, expected);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)
Classification\SemanticClassifierTests.vb (3)
27Await TestInMethodAsync( 72Await TestInMethodAsync( 82Await TestInMethodAsync(
Classification\SyntacticClassifierTests.vb (1)
5119Await TestInMethodAsync(