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; }
35
return
_references
.Add(value);
41
_references
.Clear();
46
return
_references
.Contains(value);
51
return
_references
.IndexOf(value);
61
_references
.Insert(index, value);
67
_references
.Remove(value);
72
_references
.RemoveAt(index);
77
return (EncryptedReference?)
_references
[index];
96
get { return
_references
[index]; }
105
_references
[index] = value;
111
_references
.CopyTo(array, index);
116
get { return
_references
.IsFixedSize; }
121
get { return
_references
.IsReadOnly; }
126
get { return
_references
.SyncRoot; }
131
get { return
_references
.IsSynchronized; }