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