1 write to _requestingAssemblyChain
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (1)
60_requestingAssemblyChain = (string?)info.GetValueNoThrow("BadImageFormat_RequestingAssemblyChain", typeof(string));
3 references to _requestingAssemblyChain
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (3)
70info.AddValue("BadImageFormat_RequestingAssemblyChain", _requestingAssemblyChain, typeof(string)); 103if (!string.IsNullOrEmpty(_requestingAssemblyChain)) 104s += Environment.NewLineConst + SR.Format(SR.IO_FileLoad_RequestedBy, _requestingAssemblyChain);