4 references to TargetParameterCountException
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
859
return new System.Reflection.
TargetParameterCountException
();
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
46
throw new
TargetParameterCountException
();
System.Reflection.Context (2)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertyGetter.cs (1)
32
throw new
TargetParameterCountException
();
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (1)
39
throw new
TargetParameterCountException
();