1 implementation of IsGlobalAssemblyAttribute
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1167
public bool
IsGlobalAssemblyAttribute
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsGlobalAssemblyAttribute
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
980
=> syntaxFacts.
IsGlobalAssemblyAttribute
(node) || syntaxFacts.IsGlobalModuleAttribute(node);