5 references to Signature
mscorlib (5)
system\reflection\ConstructorInfo.cs (5)
480
internal override Type GetReturnType() { return
Signature
.ReturnType; }
486
m_parameters = RuntimeParameterInfo.GetParameters(this, this,
Signature
);
532
return
Signature
.CallingConvention;
641
Signature sig =
Signature
;
739
Signature sig =
Signature
;