1 write to High
System (1)
net\System\Net\Cache\WinInetCache.cs (1)
132
High
= (uint)(time>>32);
2 references to High
System (2)
net\System\Net\Cache\WinInetCache.cs (2)
137
return ((long)
High
<<32) | Low;
141
get {return Low == 0 &&
High
== 0;}