2 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEAssemblySymbol.cs (2)
139
ref
_lazyCustomAttributes
);
144
ref
_lazyCustomAttributes
);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEAssemblySymbol.cs (2)
134
if (
_lazyCustomAttributes
.IsDefault)
147
return
_lazyCustomAttributes
;