9 references to COR_E_INVALIDCAST
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\InvalidCastException.cs (3)
20
HResult = HResults.
COR_E_INVALIDCAST
;
26
HResult = HResults.
COR_E_INVALIDCAST
;
32
HResult = HResults.
COR_E_INVALIDCAST
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
328
return HResults.
COR_E_INVALIDCAST
;
340
return HResults.
COR_E_INVALIDCAST
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
792
case HResults.
COR_E_INVALIDCAST
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ReferenceTrackerHost.cs (2)
96
return HResults.
COR_E_INVALIDCAST
;
156
return HResults.
COR_E_INVALIDCAST
;
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (1)
230
return HResults.
COR_E_INVALIDCAST
;