2 references to IO_FileLoad
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (1)
15: base(SR.IO_FileLoad)
System\IO\FileLoadException.NativeAot.cs (1)
10return fileName == null ? SR.IO_FileLoad : SR.Format(SR.IO_FileLoad_FileName, fileName);