3 writes to fixedKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13150
this.
fixedKeyword
= fixedKeyword;
13172
this.
fixedKeyword
= fixedKeyword;
13193
this.
fixedKeyword
= fixedKeyword;
5 references to fixedKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13205
public SyntaxToken FixedKeyword => this.
fixedKeyword
;
13215
1 => this.
fixedKeyword
,
13246
=> new FixedStatementSyntax(this.Kind, this.attributeLists, this.
fixedKeyword
, this.openParenToken, this.declaration, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
13249
=> new FixedStatementSyntax(this.Kind, this.attributeLists, this.
fixedKeyword
, this.openParenToken, this.declaration, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8175
public SyntaxToken FixedKeyword => new SyntaxToken(this, ((InternalSyntax.FixedStatementSyntax)this.Green).
fixedKeyword
, GetChildPosition(1), GetChildIndex(1));