2 references to TestMissingAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
RefactoringHelpers\RefactoringHelpersTests.cs (1)
1230await TestMissingAsync<ArgumentSyntax>(testText, n => n.Parent is TupleExpressionSyntax);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
RefactoringHelpers\RefactoringHelpersTestBase.cs (1)
62=> TestMissingAsync(text, Functions<TNode>.True, allowEmptyNodes);