2 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEAssemblySymbol.cs (2)
147
ref
_lazyCustomAttributes
);
152
ref
_lazyCustomAttributes
);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEAssemblySymbol.cs (2)
142
if (
_lazyCustomAttributes
.IsDefault)
155
return
_lazyCustomAttributes
;