3 writes to endRegionKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to endRegionKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25758public SyntaxToken EndRegionKeyword => this.endRegionKeyword;
257661 => this.endRegionKeyword,
25794=> new EndRegionDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endRegionKeyword, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
25797=> new EndRegionDirectiveTriviaSyntax(this.Kind, this.hashToken, this.endRegionKeyword, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);