3 writes to readOnlyKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1606this.readOnlyKeyword = readOnlyKeyword; 1622this.readOnlyKeyword = readOnlyKeyword; 1637this.readOnlyKeyword = readOnlyKeyword;
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);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1007var slot = ((Syntax.InternalSyntax.RefTypeSyntax)this.Green).readOnlyKeyword;