3 writes to lockKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13459
this.
lockKeyword
= lockKeyword;
13481
this.
lockKeyword
= lockKeyword;
13502
this.
lockKeyword
= lockKeyword;
5 references to lockKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13514
public SyntaxToken LockKeyword => this.
lockKeyword
;
13524
1 => this.
lockKeyword
,
13555
=> new LockStatementSyntax(this.Kind, this.attributeLists, this.
lockKeyword
, this.openParenToken, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
13558
=> new LockStatementSyntax(this.Kind, this.attributeLists, this.
lockKeyword
, this.openParenToken, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8379
public SyntaxToken LockKeyword => new SyntaxToken(this, ((InternalSyntax.LockStatementSyntax)this.Green).
lockKeyword
, GetChildPosition(1), GetChildIndex(1));