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