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