3 references to COR_E_TARGETINVOCATION
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (2)
16
HResult = HResults.
COR_E_TARGETINVOCATION
;
22
HResult = HResults.
COR_E_TARGETINVOCATION
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
856
case HResults.
COR_E_TARGETINVOCATION
: