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)
193if (_parametersPassedToTheBase != null) 195return _parametersPassedToTheBase; 200if (_parametersPassedToTheBase is null) 205return _parametersPassedToTheBase; 211var oldSet = _parametersPassedToTheBase;