3 writes to endOfDirectiveToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to endOfDirectiveToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26029public override SyntaxToken EndOfDirectiveToken => this.endOfDirectiveToken;
260372 => this.endOfDirectiveToken,
26064=> new BadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.identifier, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26067=> new BadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.identifier, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);