2 references to IsAnyName
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (2)
193
if (syntaxFacts.
IsAnyName
(rightOperand))
200
innerPattern = syntaxFacts.IsAnyType(typeExpression) && !syntaxFacts.
IsAnyName
(typeExpression)