3 writes to refKindKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4471this.refKindKeyword = refKindKeyword; 4490this.refKindKeyword = refKindKeyword; 4508this.refKindKeyword = refKindKeyword;
5 references to refKindKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4517public SyntaxToken? RefKindKeyword => this.refKindKeyword; 45251 => this.refKindKeyword, 4553=> new ArgumentSyntax(this.Kind, this.nameColon, this.refKindKeyword, this.expression, diagnostics, GetAnnotations()); 4556=> new ArgumentSyntax(this.Kind, this.nameColon, this.refKindKeyword, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2805var slot = ((Syntax.InternalSyntax.ArgumentSyntax)this.Green).refKindKeyword;