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