3 writes to endOfDirectiveToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to endOfDirectiveToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25391public override SyntaxToken EndOfDirectiveToken => this.endOfDirectiveToken;
254023 => this.endOfDirectiveToken,
25429=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25432=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);