3 writes to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (3)
33
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
206
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
237
_parametersPassedToTheBase
= value;
5 references to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (5)
197
if (
_parametersPassedToTheBase
!= null)
199
return
_parametersPassedToTheBase
;
204
if (
_parametersPassedToTheBase
is null)
209
return
_parametersPassedToTheBase
;
215
var oldSet =
_parametersPassedToTheBase
;