5 references to WriteExceptionWithFallback
System.Private.CoreLib (5)
System\CrashInfo.cs (5)
81if (!WriteExceptionWithFallback(key, exception, int.MaxValue, 500, int.MaxValue))
84if (!WriteExceptionWithFallback(key, exception, int.MaxValue, 10, int.MaxValue))
87WriteExceptionWithFallback(key, exception, int.MaxValue, 10, 100);
218if (!WriteExceptionWithFallback(default, ex, maxMessageSize, maxNumberStackFrames, maxMethodNameSize))
224WriteExceptionWithFallback(default, exception.InnerException, maxMessageSize, maxNumberStackFrames, maxMethodNameSize);