2 writes to _capturedParameters
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (2)
95
_capturedParameters
= SpecializedCollections.EmptyReadOnlyDictionary<ParameterSymbol, FieldSymbol>();
99
Interlocked.CompareExchange(ref
_capturedParameters
, Binder.CapturedParametersFinder.GetCapturedParameters(this), null);
4 references to _capturedParameters
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (4)
88
if (
_capturedParameters
!= null)
90
return
_capturedParameters
;
96
return
_capturedParameters
;
100
return
_capturedParameters
;