4 references to COR_E_ENDOFSTREAM
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (3)
17
HResult = HResults.
COR_E_ENDOFSTREAM
;
23
HResult = HResults.
COR_E_ENDOFSTREAM
;
29
HResult = HResults.
COR_E_ENDOFSTREAM
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
770
case HResults.
COR_E_ENDOFSTREAM
: