1 write to _requestingAssemblyChain
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
105
_requestingAssemblyChain
= (string?)info.GetValueNoThrow("FileNotFound_RequestingAssemblyChain", typeof(string));
3 references to _requestingAssemblyChain
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (3)
81
if (!string.IsNullOrEmpty(
_requestingAssemblyChain
))
82
s += Environment.NewLineConst + SR.Format(SR.IO_FileLoad_RequestedBy,
_requestingAssemblyChain
);
115
info.AddValue("FileNotFound_RequestingAssemblyChain",
_requestingAssemblyChain
, typeof(string));