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)
81if (!string.IsNullOrEmpty(_requestingAssemblyChain)) 82s += Environment.NewLineConst + SR.Format(SR.IO_FileLoad_RequestedBy, _requestingAssemblyChain); 115info.AddValue("FileNotFound_RequestingAssemblyChain", _requestingAssemblyChain, typeof(string));