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