2 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
RefactoringHelpers\RefactoringHelpersTests.cs (2)
1336await TestAsync<ArgumentSyntax>(testText, n => n.Parent is TupleExpressionSyntax); 1784await TestAsync<ArgumentSyntax>(testText, predicate: n => n.Parent is TupleExpressionSyntax);