1 write to m_toString
mscorlib (1)
system\reflection\methodinfo.cs (1)
417
m_toString
= ReturnType.FormatTypeName() + " " + FormatNameAndSig();
2 references to m_toString
mscorlib (2)
system\reflection\methodinfo.cs (2)
416
if (
m_toString
== null)
419
return
m_toString
;