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)
70
info.AddValue("BadImageFormat_RequestingAssemblyChain",
_requestingAssemblyChain
, typeof(string));
103
if (!string.IsNullOrEmpty(
_requestingAssemblyChain
))
104
s += Environment.NewLineConst + SR.Format(SR.IO_FileLoad_RequestedBy,
_requestingAssemblyChain
);