3 writes to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (3)
33
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
202
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
233
_parametersPassedToTheBase
= value;
5 references to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (5)
193
if (
_parametersPassedToTheBase
!= null)
195
return
_parametersPassedToTheBase
;
200
if (
_parametersPassedToTheBase
is null)
205
return
_parametersPassedToTheBase
;
211
var oldSet =
_parametersPassedToTheBase
;