15 instantiations of Stopwatch
System (4)
net\System\Net\_ConnectStream.cs (1)
2906Stopwatch sw = new Stopwatch();
net\System\Net\WebSockets\WebSocketBase.cs (2)
2244m_LastSendActivity = new Stopwatch(); 2245m_LastReceiveActivity = new Stopwatch();
services\monitoring\system\diagnosticts\Stopwatch.cs (1)
78Stopwatch s = new Stopwatch();
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
52Stopwatch swDuration = new Stopwatch();
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
56m_watch = new Stopwatch(); 57m_singleWatch = new Stopwatch();
System.ServiceModel (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
405sw = new Stopwatch(); 444sw = new Stopwatch();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
101sw = new Stopwatch(); 148sw = new Stopwatch();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
252sw = new Stopwatch(); 303sw = new Stopwatch();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
205sw = new Stopwatch(); 263sw = new Stopwatch();
49 references to Stopwatch
System (9)
compmod\system\diagnostics\TraceEventCache.cs (1)
71timeStamp = Stopwatch.GetTimestamp();
net\System\Net\_ConnectStream.cs (1)
2906Stopwatch sw = new Stopwatch();
net\System\Net\_NetworkingPerfCounters.cs (2)
119return Stopwatch.GetTimestamp(); 173long duration = ((stopTimestamp - startTimestamp) * 1000) / Stopwatch.Frequency;
net\System\Net\WebSockets\WebSocketBase.cs (3)
2237private readonly Stopwatch m_LastSendActivity; 2238private readonly Stopwatch m_LastReceiveActivity; 2329private TimeSpan GetTimeElapsed(Stopwatch watch)
services\monitoring\system\diagnosticts\Stopwatch.cs (2)
77public static Stopwatch StartNew() { 78Stopwatch s = new Stopwatch();
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
52Stopwatch swDuration = new Stopwatch();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
804Stopwatch retryStopwatch = Stopwatch.StartNew();
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
70private Stopwatch m_watch; 74private Stopwatch m_singleWatch;
System.Runtime.Caching (2)
System\Caching\MemoryCacheStatistics.cs (2)
221Stopwatch sw = Stopwatch.StartNew();
System.ServiceModel (33)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (2)
38Stopwatch sw = null; 41sw = Stopwatch.StartNew();
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (2)
43Stopwatch sw = null; 46sw = Stopwatch.StartNew();
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (9)
277Stopwatch sw = null; 280sw = Stopwatch.StartNew(); 402Stopwatch sw = null; 441Stopwatch sw = null; 506DS.InvokeOperationStart(this.Invoker.GetType(), Stopwatch.GetTimestamp()); 589DS.InvokeOperationStop(Stopwatch.GetTimestamp()); 729DS.InvokeOperationStop(Stopwatch.GetTimestamp()); 761Stopwatch sw = null; 764sw = Stopwatch.StartNew();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (4)
98Stopwatch sw = null; 145Stopwatch sw = null; 258Stopwatch sw = null; 261sw = Stopwatch.StartNew();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
249Stopwatch sw = null; 300Stopwatch sw = null; 1805Stopwatch sw = null; 1808sw = Stopwatch.StartNew();
System\ServiceModel\Dispatcher\InstanceBehavior.cs (6)
218Stopwatch sw = null; 221sw = Stopwatch.StartNew(); 242Stopwatch sw = null; 245sw = Stopwatch.StartNew(); 300Stopwatch sw = null; 303sw = Stopwatch.StartNew();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (6)
174Stopwatch sw = null; 177sw = Stopwatch.StartNew(); 202Stopwatch sw = null; 260Stopwatch sw = null; 306Stopwatch sw = null; 309sw = Stopwatch.StartNew();