4 references to COR_E_TARGETPARAMCOUNT
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (3)
16HResult = HResults.COR_E_TARGETPARAMCOUNT; 22HResult = HResults.COR_E_TARGETPARAMCOUNT; 28HResult = HResults.COR_E_TARGETPARAMCOUNT;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
858case HResults.COR_E_TARGETPARAMCOUNT: