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;
4 references to _parametersPassedToTheBase
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (4)
197if (_parametersPassedToTheBase != null) 199return _parametersPassedToTheBase; 204if (_parametersPassedToTheBase is null) 209return _parametersPassedToTheBase;