3 writes to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (3)
32
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
201
_parametersPassedToTheBase
= SpecializedCollections.EmptyReadOnlySet<ParameterSymbol>();
232
_parametersPassedToTheBase
= value;
5 references to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (5)
192
if (
_parametersPassedToTheBase
!= null)
194
return
_parametersPassedToTheBase
;
199
if (
_parametersPassedToTheBase
is null)
204
return
_parametersPassedToTheBase
;
210
var oldSet =
_parametersPassedToTheBase
;