4 references to IsNotPattern
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (4)
275else if (syntaxFacts.IsNotPattern(pattern)) 338if (syntaxFacts.IsNotPattern(pattern)) 540if (syntaxFacts.IsNotPattern(pattern)) 556Contract.ThrowIfFalse(syntaxFacts.IsNotPattern(pattern));