6 references to IsSupportedSignature
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (3)
46
if (MethodInvokeInfo.
IsSupportedSignature
) // Workaround to match expected argument validation order
64
if (MethodInvokeInfo.
IsSupportedSignature
) // Workaround to match expected argument validation order
80
if (MethodInvokeInfo.
IsSupportedSignature
) // Workaround to match expected argument validation order
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (3)
53
if (MethodInvokeInfo.
IsSupportedSignature
) // Workaround to match expected argument validation order
82
if (MethodInvokeInfo.
IsSupportedSignature
) // Workaround to match expected argument validation order
101
if (MethodInvokeInfo.
IsSupportedSignature
) // Workaround to match expected argument validation order