2 writes to m_allowMultiple
mscorlib (2)
system\attributeusageattribute.cs (2)
36m_allowMultiple = allowMultiple; 50set { m_allowMultiple = value; }
1 reference to m_allowMultiple
mscorlib (1)
system\attributeusageattribute.cs (1)
49get { return m_allowMultiple; }