2 writes to FileName
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (1)
33internalManifestResourceInfo.FileName = underlyingManifestResourceInfo.FileName ?? string.Empty;
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (1)
52result.FileName = file.Name.GetString(reader);
4 references to FileName
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (2)
39return new ManifestResourceInfo(internalManifestResourceInfo.ReferencedAssembly, internalManifestResourceInfo.FileName, internalManifestResourceInfo.ResourceLocation); 91return GetFile(internalManifestResourceInfo.FileName);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (2)
55EcmaModule? module = (EcmaModule?)Assembly.GetModule(result.FileName); 57throw new BadImageFormatException(SR.Format(SR.ManifestResourceInfoReferencedBadModule, result.FileName));