4 references to COR_E_INVALIDOPERATION
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidOperationException.cs (3)
20
HResult = HResults.
COR_E_INVALIDOPERATION
;
26
HResult = HResults.
COR_E_INVALIDOPERATION
;
32
HResult = HResults.
COR_E_INVALIDOPERATION
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
800
case HResults.
COR_E_INVALIDOPERATION
: