1 write to lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
713
ImmutableInterlocked.InterlockedInitialize(ref uncommon.
lazyCustomAttributes
, loadedCustomAttributes);
3 references to lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
156
lazyCustomAttributes
.IsDefault &&
690
if (uncommon.
lazyCustomAttributes
.IsDefault)
723
return uncommon.
lazyCustomAttributes
;