3 writes to semicolonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20076
this.
semicolonToken
= semicolonToken;
20129
this.
semicolonToken
= semicolonToken;
20181
this.
semicolonToken
= semicolonToken;
5 references to semicolonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20199
public override SyntaxToken? SemicolonToken => this.
semicolonToken
;
20214
10 => this.
semicolonToken
,
20241
=> new MethodDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.body, this.expressionBody, this.
semicolonToken
, diagnostics, GetAnnotations());
20244
=> new MethodDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.identifier, this.typeParameterList, this.parameterList, this.constraintClauses, this.body, this.expressionBody, this.
semicolonToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12636
var slot = ((Syntax.InternalSyntax.MethodDeclarationSyntax)this.Green).
semicolonToken
;