4 writes to ResourceLocation
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (1)
33
internalManifestResourceInfo.
ResourceLocation
= underlyingManifestResourceInfo.ResourceLocation | ResourceLocation.ContainedInAnotherAssembly;
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (3)
31
result.
ResourceLocation
= ResourceLocation.Embedded | ResourceLocation.ContainedInManifestFile;
50
result.
ResourceLocation
= default;
64
result.
ResourceLocation
= ResourceLocation.ContainedInAnotherAssembly;
4 references to ResourceLocation
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (4)
28
if (internalManifestResourceInfo.
ResourceLocation
== ResourceLocation.ContainedInAnotherAssembly)
38
return new ManifestResourceInfo(internalManifestResourceInfo.ReferencedAssembly, internalManifestResourceInfo.FileName, internalManifestResourceInfo.
ResourceLocation
);
74
if ((internalManifestResourceInfo.
ResourceLocation
& ResourceLocation.Embedded) != 0)
83
if (internalManifestResourceInfo.
ResourceLocation
== ResourceLocation.ContainedInAnotherAssembly)