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