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