1 write to _references
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\ReferenceList.cs (1)
14
_references
= new ArrayList();
17 references to _references
System.Security.Cryptography.Xml (17)
System\Security\Cryptography\Xml\ReferenceList.cs (17)
19
return
_references
.GetEnumerator();
24
get { return
_references
.Count; }
38
return
_references
.Add(value);
44
_references
.Clear();
49
return
_references
.Contains(value);
54
return
_references
.IndexOf(value);
67
_references
.Insert(index, value);
73
_references
.Remove(value);
78
_references
.RemoveAt(index);
83
return (EncryptedReference?)
_references
[index];
102
get { return
_references
[index]; }
111
_references
[index] = value;
117
_references
.CopyTo(array, index);
122
get { return
_references
.IsFixedSize; }
127
get { return
_references
.IsReadOnly; }
132
get { return
_references
.SyncRoot; }
137
get { return
_references
.IsSynchronized; }