3 references to COR_E_OBJECTDISPOSED
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ObjectDisposedException.cs (2)
34
HResult = HResults.
COR_E_OBJECTDISPOSED
;
41
HResult = HResults.
COR_E_OBJECTDISPOSED
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
886
case HResults.
COR_E_OBJECTDISPOSED
: