1 write to m_props
System.Security (1)
system\security\cryptography\xml\encryptedtype.cs (1)
281m_props = new ArrayList();
23 references to m_props
System.Security (23)
system\security\cryptography\xml\encryptedtype.cs (23)
285return m_props.GetEnumerator(); 289get { return m_props.Count; } 297return m_props.Add(value); 301return m_props.Add(value); 305m_props.Clear(); 313return m_props.Contains(value); 317return m_props.Contains(value); 325return m_props.IndexOf(value); 329return m_props.IndexOf(value); 337m_props.Insert(index, value); 341m_props.Insert(index, value); 349m_props.Remove(value); 353m_props.Remove(value); 357m_props.RemoveAt(index); 361get { return m_props.IsFixedSize; } 365get { return m_props.IsReadOnly; } 369return (EncryptionProperty) m_props[index]; 384get { return m_props[index]; } 389m_props[index] = value; 395m_props.CopyTo(array, index); 399m_props.CopyTo(array, index); 403get { return m_props.SyncRoot; } 407get { return m_props.IsSynchronized; }