Base:
property
Parameters
Microsoft.CodeAnalysis.CSharp.Symbols.SynthesizedInstanceConstructor.Parameters
1 write to Parameters
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
24Parameters = ImmutableArray.Create(SynthesizedParameterSymbol.Create(
2 references to Parameters
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
3904BoundExpression argument = new BoundParameter(syntax, constructor.Parameters[0]);
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
49var param = F.Parameter(Parameters[0]);