2 references to SerializeCrashInfo
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
93RuntimeExceptionHelpers.SerializeCrashInfo(System.Runtime.RhFailFastReason.UnhandledException, (e as Exception)?.Message, e as Exception);
System\RuntimeExceptionHelpers.cs (1)
295SerializeCrashInfo(reason, message, minimalFailFast ? null : exception);