4 references to LoadCustomAttributes
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEAssemblySymbol.cs (1)
151
this.PrimaryModule.
LoadCustomAttributes
(_assembly.Handle,
Symbols\Metadata\PE\PEEventSymbol.cs (1)
365
containingPEModuleSymbol.
LoadCustomAttributes
(_handle, ref _lazyCustomAttributes);
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1037
containingPEModuleSymbol.
LoadCustomAttributes
(_handle,
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
246
this.
LoadCustomAttributes
(Token, ref _lazyCustomAttributes);