2 references to COR_E_THREADABORTED
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
860case HResults.COR_E_THREADABORTED:
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadAbortException.cs (1)
18HResult = HResults.COR_E_THREADABORTED;