1 write to _props
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (1)
14_props = new ArrayList();
23 references to _props
System.Security.Cryptography.Xml (23)
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (23)
19return _props.GetEnumerator(); 24get { return _props.Count; } 33return _props.Add(value); 38return _props.Add(value); 43_props.Clear(); 52return _props.Contains(value); 57return _props.Contains(value); 66return _props.IndexOf(value); 71return _props.IndexOf(value); 80_props.Insert(index, value); 85_props.Insert(index, value); 94_props.Remove(value); 99_props.Remove(value); 104_props.RemoveAt(index); 109get { return _props.IsFixedSize; } 114get { return _props.IsReadOnly; } 119return (EncryptionProperty)_props[index]!; 138get { return _props[index]; } 144_props[index] = value; 150_props.CopyTo(array, index); 155_props.CopyTo(array, index); 160get { return _props.SyncRoot; } 165get { return _props.IsSynchronized; }