4 writes to ResourceLocation
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (1)
34
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)
29
if (internalManifestResourceInfo.
ResourceLocation
== ResourceLocation.ContainedInAnotherAssembly)
39
return new ManifestResourceInfo(internalManifestResourceInfo.ReferencedAssembly, internalManifestResourceInfo.FileName, internalManifestResourceInfo.
ResourceLocation
);
76
if ((internalManifestResourceInfo.
ResourceLocation
& ResourceLocation.Embedded) != 0)
85
if (internalManifestResourceInfo.
ResourceLocation
== ResourceLocation.ContainedInAnotherAssembly)