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