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