3 writes to globalKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15378
this.
globalKeyword
= globalKeyword;
15411
this.
globalKeyword
= globalKeyword;
15443
this.
globalKeyword
= globalKeyword;
5 references to globalKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15468
public SyntaxToken? GlobalKeyword => this.
globalKeyword
;
15479
0 => this.
globalKeyword
,
15512
=> new UsingDirectiveSyntax(this.Kind, this.
globalKeyword
, this.usingKeyword, this.staticKeyword, this.unsafeKeyword, this.alias, this.namespaceOrType, this.semicolonToken, diagnostics, GetAnnotations());
15515
=> new UsingDirectiveSyntax(this.Kind, this.
globalKeyword
, this.usingKeyword, this.staticKeyword, this.unsafeKeyword, this.alias, this.namespaceOrType, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9530
var slot = ((Syntax.InternalSyntax.UsingDirectiveSyntax)this.Green).
globalKeyword
;