1 write to m_setMethod
mscorlib (1)
system\reflection\emit\propertybuilder.cs (1)
135m_setMethod = mdBuilder;
5 references to m_setMethod
mscorlib (5)
system\reflection\emit\propertybuilder.cs (5)
218if (nonPublic || m_setMethod == null) 219return m_setMethod; 221if ((m_setMethod.Attributes & MethodAttributes.Public) == MethodAttributes.Public) 222return m_setMethod; 243get { if (m_setMethod != null) return true; else return false; }