4 references to FormatNameAndSig
mscorlib (4)
system\reflection\ConstructorInfo.cs (1)
389m_toString = "Void " + FormatNameAndSig();
system\reflection\emit\dynamicmethod.cs (1)
877return ReturnType.FormatTypeName() + " " + FormatNameAndSig();
system\reflection\methodbase.cs (1)
306return String.Format("{0}.{1}", DeclaringType.FullName, FormatNameAndSig());
system\reflection\methodinfo.cs (1)
417m_toString = ReturnType.FormatTypeName() + " " + FormatNameAndSig();