4 references to GlobalKeyword
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
15496
if (globalKeyword != this.
GlobalKeyword
|| usingKeyword != this.UsingKeyword || staticKeyword != this.StaticKeyword || unsafeKeyword != this.UnsafeKeyword || alias != this.Alias || namespaceOrType != this.NamespaceOrType || semicolonToken != this.SemicolonToken)
28387
=> node.Update((SyntaxToken)Visit(node.
GlobalKeyword
), (SyntaxToken)Visit(node.UsingKeyword), (SyntaxToken)Visit(node.StaticKeyword), (SyntaxToken)Visit(node.UnsafeKeyword), (NameEqualsSyntax)Visit(node.Alias), (TypeSyntax)Visit(node.NamespaceOrType), (SyntaxToken)Visit(node.SemicolonToken));
SourceGeneration\CSharpSyntaxHelper.cs (2)
103
if (global != (usingDirective.
GlobalKeyword
!= null))
141
if (directive.
GlobalKeyword
!= null &&