4 writes to Time
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriterSession.cs (4)
131
list[i].
Time
= Now;
141
list[i].
Time
= Now;
170
list[minIndex].
Time
= Now;
214
list[i].
Time
/= 2;
3 references to Time
System.Runtime.Serialization (3)
System\Xml\XmlBinaryWriterSession.cs (3)
158
int minTime = list[0].
Time
;
161
if (list[i].
Time
< minTime)
164
minTime = list[i].
Time
;