1 instantiation of EcmaAssembly
System.Reflection.MetadataLoadContext (1)
System\Reflection\MetadataLoadContext.Loading.cs (1)
31RoAssembly candidate = new EcmaAssembly(this, peReader, reader, location);
3 references to EcmaAssembly
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (3)
18private readonly EcmaAssembly _assembly; 25internal EcmaModule(EcmaAssembly assembly, string fullyQualifiedName, PEReader peReader, MetadataReader reader) 39internal EcmaAssembly GetEcmaAssembly() => _assembly;