4 references to Signature
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (2)
93return _invoker ??= new MethodBaseInvoker(this, Signature); 133if (Signature.Arguments.Length != argCount)
src\System\Reflection\MethodInvoker.CoreCLR.cs (2)
19private unsafe MethodInvoker(DynamicMethod method) : this(method, method.Signature.Arguments) 21_signature = method.Signature;