3 writes to parameters
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23481
this.
parameters
= parameters;
23504
this.
parameters
= parameters;
23526
this.
parameters
= parameters;
4 references to parameters
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23534
public CrefParameterListSyntax? Parameters => this.
parameters
;
23543
4 => this.
parameters
,
23570
=> new ConversionOperatorMemberCrefSyntax(this.Kind, this.implicitOrExplicitKeyword, this.operatorKeyword, this.checkedKeyword, this.type, this.
parameters
, diagnostics, GetAnnotations());
23573
=> new ConversionOperatorMemberCrefSyntax(this.Kind, this.implicitOrExplicitKeyword, this.operatorKeyword, this.checkedKeyword, this.type, this.
parameters
, GetDiagnostics(), annotations);