1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEAssemblySymbol.cs (1)
144
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCustomAttributes
, loadAndFilterAttributes());
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEAssemblySymbol.cs (2)
142
if (
_lazyCustomAttributes
.IsDefault)
147
return
_lazyCustomAttributes
;