1 write to m_localSignature
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
236m_localSignature = null;
3 references to m_localSignature
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (3)
290if (m_localSignature != null) 292signatureLength = m_localSignature.Length; 293return m_localSignature;