2 references to EcmaModule
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
30
_manifestModule = new
EcmaModule
(this, location, peReader, reader);
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.Modules.cs (1)
68
return new
EcmaModule
(this, location, peReader, peReader.GetMetadataReader());