3 writes to usingKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15381
this.
usingKeyword
= usingKeyword;
15414
this.
usingKeyword
= usingKeyword;
15446
this.
usingKeyword
= usingKeyword;
5 references to usingKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15469
public SyntaxToken UsingKeyword => this.
usingKeyword
;
15480
1 => this.
usingKeyword
,
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)
9535
public SyntaxToken UsingKeyword => new SyntaxToken(this, ((InternalSyntax.UsingDirectiveSyntax)this.Green).
usingKeyword
, GetChildPosition(1), GetChildIndex(1));