3 references to IO_FileName_Name
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (1)
101
s += Environment.NewLineConst + SR.Format(SR.
IO_FileName_Name
, _fileName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (1)
56
s += Environment.NewLineConst + SR.Format(SR.
IO_FileName_Name
, FileName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
79
s += Environment.NewLineConst + SR.Format(SR.
IO_FileName_Name
, FileName);