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)
19
return
_props
.GetEnumerator();
24
get { return
_props
.Count; }
33
return
_props
.Add(value);
38
return
_props
.Add(value);
43
_props
.Clear();
52
return
_props
.Contains(value);
57
return
_props
.Contains(value);
66
return
_props
.IndexOf(value);
71
return
_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);
109
get { return
_props
.IsFixedSize; }
114
get { return
_props
.IsReadOnly; }
119
return (EncryptionProperty)
_props
[index]!;
138
get { return
_props
[index]; }
144
_props
[index] = value;
150
_props
.CopyTo(array, index);
155
_props
.CopyTo(array, index);
160
get { return
_props
.SyncRoot; }
165
get { return
_props
.IsSynchronized; }