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