3 writes to endOfFileToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to endOfFileToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15218public SyntaxToken EndOfFileToken => this.endOfFileToken;
152274 => this.endOfFileToken,
15254=> new CompilationUnitSyntax(this.Kind, this.externs, this.usings, this.attributeLists, this.members, this.endOfFileToken, diagnostics, GetAnnotations());
15257=> new CompilationUnitSyntax(this.Kind, this.externs, this.usings, this.attributeLists, this.members, this.endOfFileToken, GetDiagnostics(), annotations);