1 implementation of IsBaseTypeList
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
579
public bool
IsBaseTypeList
([NotNullWhen(true)] SyntaxNode? node)
2 references to IsBaseTypeList
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SymbolUsageInfo.cs (2)
104
else if (syntaxFacts.
IsBaseTypeList
(node.Parent) ||
105
syntaxFacts.
IsBaseTypeList
(node.Parent?.Parent))