3 writes to readOnlyKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23818this.readOnlyKeyword = readOnlyKeyword; 23837this.readOnlyKeyword = readOnlyKeyword; 23855this.readOnlyKeyword = readOnlyKeyword;
5 references to readOnlyKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23862public SyntaxToken? ReadOnlyKeyword => this.readOnlyKeyword; 238691 => this.readOnlyKeyword, 23897=> new CrefParameterSyntax(this.Kind, this.refKindKeyword, this.readOnlyKeyword, this.type, diagnostics, GetAnnotations()); 23900=> new CrefParameterSyntax(this.Kind, this.refKindKeyword, this.readOnlyKeyword, this.type, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15052var slot = ((Syntax.InternalSyntax.CrefParameterSyntax)this.Green).readOnlyKeyword;