3 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEPropertySymbol.cs (3)
367
retVal.
_lazyCustomAttributes
= ImmutableArray<CSharpAttributeData>.Empty;
745
ImmutableInterlocked.InterlockedInitialize(ref AccessUncommonFields().
_lazyCustomAttributes
, attributes);
763
ImmutableInterlocked.InterlockedInitialize(ref uncommonFields.
_lazyCustomAttributes
, result);
1 reference to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
759
var result = uncommonFields.
_lazyCustomAttributes
;