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