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