1 write to _list
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (1)
114
_list
= new Entry[16];
20 references to _list
dotnet-svcutil-lib (20)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (20)
121
Array.Clear(
_list
, 0,
_list
.Length);
130
if (
_list
[i].Key == key)
132
value =
_list
[i].Value;
133
_list
[i].Time = Now;
140
if (
_list
[i].Key.Equals(key))
142
value =
_list
[i].Value;
143
_list
[i].Time = Now;
160
int minTime =
_list
[0].Time;
163
if (
_list
[i].Time < minTime)
166
minTime =
_list
[i].Time;
170
_list
[minIndex].Key = key;
171
_list
[minIndex].Value = value;
172
_list
[minIndex].Time = Now;
178
if (_listCount <
_list
.Length)
180
_list
[_listCount].Key = key;
181
_list
[_listCount].Value = value;
191
_dictionary.Add(
_list
[i].Key,
_list
[i].Value);
216
_list
[i].Time /= 2;