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