1 write to m_setMethod
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimePropertyBuilder.cs (1)
91m_setMethod = mdBuilder;
5 references to m_setMethod
System.Private.CoreLib (5)
src\System\Reflection\Emit\RuntimePropertyBuilder.cs (5)
148if (nonPublic || m_setMethod == null) 149return m_setMethod; 151if ((m_setMethod.Attributes & MethodAttributes.Public) == MethodAttributes.Public) 152return m_setMethod; 172get { if (m_setMethod != null) return true; else return false; }