3 references to GetResourceFileName
mscorlib (3)
system\resources\filebasedresourcegroveler.cs (2)
57String tempFileName = _mediator.GetResourceFileName(culture); 68throw new MissingManifestResourceException(Environment.GetResourceString("MissingManifestResource_NoNeutralDisk") + Environment.NewLine + "baseName: " + _mediator.BaseNameField + " locationInfo: " + (_mediator.LocationInfo == null ? "<null>" : _mediator.LocationInfo.FullName) + " fileName: " + _mediator.GetResourceFileName(culture));
system\resources\manifestbasedresourcegroveler.cs (1)
104String fileName = _mediator.GetResourceFileName(lookForCulture);