3 writes to structKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19597
this.
structKeyword
= structKeyword;
19608
this.
structKeyword
= structKeyword;
19618
this.
structKeyword
= structKeyword;
5 references to structKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19624
public SyntaxToken StructKeyword => this.
structKeyword
;
19630
1 => this.
structKeyword
,
19657
=> new RefStructConstraintSyntax(this.Kind, this.refKeyword, this.
structKeyword
, diagnostics, GetAnnotations());
19660
=> new RefStructConstraintSyntax(this.Kind, this.refKeyword, this.
structKeyword
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12281
public SyntaxToken StructKeyword => new SyntaxToken(this, ((InternalSyntax.RefStructConstraintSyntax)this.Green).
structKeyword
, GetChildPosition(1), GetChildIndex(1));