1 write to _manifestModule
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
30
_manifestModule
= new EcmaModule(this, location, peReader, reader);
3 references to _manifestModule
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (3)
33
internal sealed override RoModule GetRoManifestModule() =>
_manifestModule
;
34
internal EcmaModule GetEcmaManifestModule() =>
_manifestModule
;
101
internal MetadataReader Reader =>
_manifestModule
.Reader;