2 writes to _capturedParameters
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (2)
132_capturedParameters = SpecializedCollections.EmptyReadOnlyDictionary<ParameterSymbol, FieldSymbol>(); 136Interlocked.CompareExchange(ref _capturedParameters, Binder.CapturedParametersFinder.GetCapturedParameters(this), null);
4 references to _capturedParameters
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (4)
125if (_capturedParameters != null) 127return _capturedParameters; 133return _capturedParameters; 137return _capturedParameters;