2 references to SetErrorMode
System.Core (2)
System\IO\LogStream.cs (2)
126
int oldMode = UnsafeNativeMethods.
SetErrorMode
(UnsafeNativeMethods.SEM_FAILCRITICALERRORS);
158
UnsafeNativeMethods.
SetErrorMode
(oldMode);