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)
192if (_parametersPassedToTheBase != null) 194return _parametersPassedToTheBase; 199if (_parametersPassedToTheBase is null) 204return _parametersPassedToTheBase; 210var oldSet = _parametersPassedToTheBase;