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