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