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