25 string value = ((_mediator.LocationInfo ==
null) ?
"<null>" :
_mediator.LocationInfo.FullName);
26 throw new MissingManifestResourceException(
$"{SR.MissingManifestResource_NoNeutralDisk}{"\
r\
n"}baseName: {_mediator.BaseNameField} locationInfo: {value} fileName: {_mediator.GetResourceFileName(culture)}");
59 object[]
args =
new object[1] {
file };
static ? object CreateInstance([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors|DynamicallyAccessedMemberTypes.NonPublicConstructors)] Type type, BindingFlags bindingAttr, Binder? binder, object?[]? args, CultureInfo? culture)
static bool Exists([NotNullWhen(true)] string? path)
static string Combine(string path1, string path2)
readonly ResourceManager.ResourceManagerMediator _mediator
string FindResourceFile(CultureInfo culture, string fileName)
ResourceSet CreateResourceSet(string file)
FileBasedResourceGroveler(ResourceManager.ResourceManagerMediator mediator)
ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary< string, ResourceSet > localResourceSets, bool tryParents, bool createIfNotExists)
virtual string GetResourceFileName(CultureInfo culture)
static string Format(string resourceFormat, object p1)
static string InvalidOperation_ResMgrBadResSet_Type