15 references to 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();