3 writes to readOnlyKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to readOnlyKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1645public SyntaxToken? ReadOnlyKeyword => this.readOnlyKeyword;
16521 => this.readOnlyKeyword,
1680=> new RefTypeSyntax(this.Kind, this.refKeyword, this.readOnlyKeyword, this.type, diagnostics, GetAnnotations());
1683=> new RefTypeSyntax(this.Kind, this.refKeyword, this.readOnlyKeyword, this.type, GetDiagnostics(), annotations);