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)
33internal sealed override RoModule GetRoManifestModule() => _manifestModule; 34internal EcmaModule GetEcmaManifestModule() => _manifestModule; 101internal MetadataReader Reader => _manifestModule.Reader;