4 references to TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Classification\SyntacticClassifierTests.cs (4)
4730
await
TestInMethodAsync
("(int, string) x",
4744
await
TestInMethodAsync
("(int a, string b) x",
4760
await
TestInMethodAsync
("var values = (1, 2)",
4776
await
TestInMethodAsync
("var values = (a: 1, b: 2)",