4 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Classification\SyntacticClassifierTests.cs (4)
4647await TestInMethodAsync("(int, string) x", 4661await TestInMethodAsync("(int a, string b) x", 4677await TestInMethodAsync("var values = (1, 2)", 4693await TestInMethodAsync("var values = (a: 1, b: 2)",