1 implementation of IsAnyType
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1501
public bool
IsAnyType
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsAnyType
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (1)
202
innerPattern = syntaxFacts.
IsAnyType
(typeExpression) && !syntaxFacts.IsAnyName(typeExpression)