3 writes to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (3)
33
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
205
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
236
_parametersPassedToTheBase
= value;
5 references to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (5)
196
if (
_parametersPassedToTheBase
!= null)
198
return
_parametersPassedToTheBase
;
203
if (
_parametersPassedToTheBase
is null)
208
return
_parametersPassedToTheBase
;
214
var oldSet =
_parametersPassedToTheBase
;