3 writes to semicolonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21019
this.
semicolonToken
= semicolonToken;
21057
this.
semicolonToken
= semicolonToken;
21094
this.
semicolonToken
= semicolonToken;
5 references to semicolonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21108
public override SyntaxToken? SemicolonToken => this.
semicolonToken
;
21120
7 => this.
semicolonToken
,
21147
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.identifier, this.parameterList, this.body, this.expressionBody, this.
semicolonToken
, diagnostics, GetAnnotations());
21150
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.identifier, this.parameterList, this.body, this.expressionBody, this.
semicolonToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13242
var slot = ((Syntax.InternalSyntax.DestructorDeclarationSyntax)this.Green).
semicolonToken
;