3 writes to usingKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12991
this.
usingKeyword
= usingKeyword;
13026
this.
usingKeyword
= usingKeyword;
13060
this.
usingKeyword
= usingKeyword;
5 references to usingKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13081
public SyntaxToken UsingKeyword => this.
usingKeyword
;
13093
2 => this.
usingKeyword
,
13125
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
usingKeyword
, this.openParenToken, this.declaration, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
13128
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
usingKeyword
, this.openParenToken, this.declaration, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8095
public SyntaxToken UsingKeyword => new SyntaxToken(this, ((InternalSyntax.UsingStatementSyntax)this.Green).
usingKeyword
, GetChildPosition(2), GetChildIndex(2));