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