3 writes to m_localSignature
mscorlib (3)
system\reflection\emit\methodbuilder.cs (3)
345m_localSignature = null; 1015m_localSignature = newLocalSignature; 1092m_localSignature = null;
3 references to m_localSignature
mscorlib (3)
system\reflection\emit\methodbuilder.cs (3)
410if (m_localSignature != null) 412signatureLength = m_localSignature.Length; 413return m_localSignature;