4 references to IsNotPattern
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
SyntaxGeneratorExtensions_Negate.cs (4)
251
else if (syntaxFacts.
IsNotPattern
(pattern))
314
if (syntaxFacts.
IsNotPattern
(pattern))
510
if (syntaxFacts.
IsNotPattern
(pattern))
526
Contract.ThrowIfFalse(syntaxFacts.
IsNotPattern
(pattern));