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