3 references to GetTimestamp
System (3)
net\System\Net\_Connection.cs (1)
723m_WaitList.Add(new WaitListItem(request, NetworkingPerfCounters.GetTimestamp()));
net\System\Net\_NetworkingPerfCounters.cs (1)
169long stopTimestamp = GetTimestamp();
net\System\Net\HttpWebRequest.cs (1)
5140m_StartTimestamp = NetworkingPerfCounters.GetTimestamp();