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