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