4 references to COR_E_STACKOVERFLOW
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
848case HResults.COR_E_STACKOVERFLOW:
src\runtime\src\libraries\System.Private.CoreLib\src\System\StackOverflowException.cs (3)
19HResult = HResults.COR_E_STACKOVERFLOW; 25HResult = HResults.COR_E_STACKOVERFLOW; 31HResult = HResults.COR_E_STACKOVERFLOW;