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