4 references to E_NOTIMPL
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\NotImplementedException.cs (3)
20HResult = HResults.E_NOTIMPL; 25HResult = HResults.E_NOTIMPL; 30HResult = HResults.E_NOTIMPL;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
882case HResults.E_NOTIMPL: