4 references to COR_E_OPERATIONCANCELED
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperationCanceledException.cs (3)
30
HResult = HResults.
COR_E_OPERATIONCANCELED
;
36
HResult = HResults.
COR_E_OPERATIONCANCELED
;
42
HResult = HResults.
COR_E_OPERATIONCANCELED
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
828
case HResults.
COR_E_OPERATIONCANCELED
: