3 writes to semicolonToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21499this.semicolonToken = semicolonToken; 21537this.semicolonToken = semicolonToken; 21574this.semicolonToken = semicolonToken;
5 references to semicolonToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21586public SyntaxToken? SemicolonToken => this.semicolonToken; 215987 => this.semicolonToken, 21625=> new EventDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.semicolonToken, diagnostics, GetAnnotations()); 21628=> new EventDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13556var slot = ((Syntax.InternalSyntax.EventDeclarationSyntax)this.Green).semicolonToken;