4 references to IsNotPattern
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (4)
279else if (syntaxFacts.IsNotPattern(pattern)) 342if (syntaxFacts.IsNotPattern(pattern)) 538if (syntaxFacts.IsNotPattern(pattern)) 554Contract.ThrowIfFalse(syntaxFacts.IsNotPattern(pattern));