4 references to IsNotPattern
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (4)
277else if (syntaxFacts.IsNotPattern(pattern)) 340if (syntaxFacts.IsNotPattern(pattern)) 536if (syntaxFacts.IsNotPattern(pattern)) 552Contract.ThrowIfFalse(syntaxFacts.IsNotPattern(pattern));