4 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Classification\SyntacticClassifierTests.cs (4)
4808await TestInMethodAsync("(int, string) x", 4822await TestInMethodAsync("(int a, string b) x", 4838await TestInMethodAsync("var values = (1, 2)", 4854await TestInMethodAsync("var values = (a: 1, b: 2)",