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)
197if (_parametersPassedToTheBase != null) 199return _parametersPassedToTheBase; 204if (_parametersPassedToTheBase is null) 209return _parametersPassedToTheBase; 215var oldSet = _parametersPassedToTheBase;