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