3 writes to parameters
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23361
this.
parameters
= parameters;
23382
this.
parameters
= parameters;
23402
this.
parameters
= parameters;
4 references to parameters
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23410
public CrefParameterListSyntax? Parameters => this.
parameters
;
23418
3 => this.
parameters
,
23445
=> new OperatorMemberCrefSyntax(this.Kind, this.operatorKeyword, this.checkedKeyword, this.operatorToken, this.
parameters
, diagnostics, GetAnnotations());
23448
=> new OperatorMemberCrefSyntax(this.Kind, this.operatorKeyword, this.checkedKeyword, this.operatorToken, this.
parameters
, GetDiagnostics(), annotations);