3 writes to semicolonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20747
this.
semicolonToken
= semicolonToken;
20788
this.
semicolonToken
= semicolonToken;
20828
this.
semicolonToken
= semicolonToken;
5 references to semicolonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20841
public override SyntaxToken? SemicolonToken => this.
semicolonToken
;
20853
7 => this.
semicolonToken
,
20880
=> new ConstructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.parameterList, this.initializer, this.body, this.expressionBody, this.
semicolonToken
, diagnostics, GetAnnotations());
20883
=> new ConstructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.parameterList, this.initializer, this.body, this.expressionBody, this.
semicolonToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13067
var slot = ((Syntax.InternalSyntax.ConstructorDeclarationSyntax)this.Green).
semicolonToken
;