9 references to GetTimestamp
System (6)
compmod\system\diagnostics\TraceEventCache.cs (1)
71timeStamp = Stopwatch.GetTimestamp();
net\System\Net\_NetworkingPerfCounters.cs (1)
119return Stopwatch.GetTimestamp();
services\monitoring\system\diagnosticts\Stopwatch.cs (4)
72startTimeStamp = GetTimestamp(); 86long endTimeStamp = GetTimestamp(); 112startTimeStamp = GetTimestamp(); 157long currentTimeStamp = GetTimestamp();
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (3)
506DS.InvokeOperationStart(this.Invoker.GetType(), Stopwatch.GetTimestamp()); 589DS.InvokeOperationStop(Stopwatch.GetTimestamp()); 729DS.InvokeOperationStop(Stopwatch.GetTimestamp());