3 writes to usingKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
10526
this.
usingKeyword
= usingKeyword;
10557
this.
usingKeyword
= usingKeyword;
10587
this.
usingKeyword
= usingKeyword;
5 references to usingKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
10602
public SyntaxToken? UsingKeyword => this.
usingKeyword
;
10613
2 => this.
usingKeyword
,
10643
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
usingKeyword
, this.modifiers, this.declaration, this.semicolonToken, diagnostics, GetAnnotations());
10646
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
usingKeyword
, this.modifiers, this.declaration, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6572
var slot = ((Syntax.InternalSyntax.LocalDeclarationStatementSyntax)this.Green).
usingKeyword
;