1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
246
this.LoadCustomAttributes(Token, ref
_lazyCustomAttributes
);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
244
if (
_lazyCustomAttributes
.IsDefault)
248
return
_lazyCustomAttributes
;