3 writes to refKindKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23813this.refKindKeyword = refKindKeyword; 23832this.refKindKeyword = refKindKeyword; 23850this.refKindKeyword = refKindKeyword;
5 references to refKindKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23861public SyntaxToken? RefKindKeyword => this.refKindKeyword; 238680 => this.refKindKeyword, 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)
15043var slot = ((Syntax.InternalSyntax.CrefParameterSyntax)this.Green).refKindKeyword;