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