2 references to Signature
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
83
Signature newSig = new
Signature
(this, m_declaringType);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
95
Signature newSig = new
Signature
(this, m_declaringType);