2 references to SetThreadErrorMode
System.IO.FileSystem.AccessControl (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\DisableMediaInsertionPrompt.cs (2)
24prompt._disableSuccess = Interop.Kernel32.SetThreadErrorMode(Interop.Kernel32.SEM_FAILCRITICALERRORS, out prompt._oldMode); 31Interop.Kernel32.SetThreadErrorMode(_oldMode, out _);