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