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