3 references to FormatSignature
mscorlib (3)
system\missingfieldexception.cs (1)
51
(Signature != null ?
FormatSignature
(Signature) + " " : "") +
system\missingmemberexception.cs (1)
60
(Signature != null ? " " +
FormatSignature
(Signature) : ""));
system\missingmethodexception.cs (1)
54
(Signature != null ? " " +
FormatSignature
(Signature) : ""));