15 references to Stopwatch
System (4)
net\System\Net\_ConnectStream.cs (1)
2906
Stopwatch sw = new
Stopwatch
();
net\System\Net\WebSockets\WebSocketBase.cs (2)
2244
m_LastSendActivity = new
Stopwatch
();
2245
m_LastReceiveActivity = new
Stopwatch
();
services\monitoring\system\diagnosticts\Stopwatch.cs (1)
78
Stopwatch s = new
Stopwatch
();
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
52
Stopwatch swDuration = new
Stopwatch
();
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
56
m_watch = new
Stopwatch
();
57
m_singleWatch = new
Stopwatch
();
System.ServiceModel (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
405
sw = new
Stopwatch
();
444
sw = new
Stopwatch
();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
101
sw = new
Stopwatch
();
148
sw = new
Stopwatch
();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
252
sw = new
Stopwatch
();
303
sw = new
Stopwatch
();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
205
sw = new
Stopwatch
();
263
sw = new
Stopwatch
();