27 references to Elapsed
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
2333
return watch.
Elapsed
;
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
820
if (_errorState || retryStopwatch.
Elapsed
.Seconds >= 30) {
821
Bid.NotificationsTrace("<sc.SqlConnectionContainer.Stop|DEP|ERR> forcing cleanup. elapsedSeconds: '%d', _errorState: '%d'.\n", retryStopwatch.
Elapsed
.Seconds, _errorState);
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
161
TimeSpan timeElapsed = m_singleWatch.
Elapsed
;
174
TimeSpan timeElapsed = m_watch.
Elapsed
;
System.Runtime.Caching (1)
System\Caching\MemoryCacheStatistics.cs (1)
227
SetTrimStats(sw.
Elapsed
.Ticks, beginTotalCount, trimmedOrExpired);
System.ServiceModel (21)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (2)
54
DS.Authentication(this.serviceAuthenticationManager.GetType(), true, sw.
Elapsed
);
66
DS.Authentication(this.serviceAuthenticationManager.GetType(), false, sw.
Elapsed
);
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (2)
58
DS.Authorization(this.serviceAuthorizationManager.GetType(), true, sw.
Elapsed
);
70
DS.Authorization(this.serviceAuthorizationManager.GetType(), false, sw.
Elapsed
);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
287
DS.DispatchMessageFormatterDeserialize(this.Formatter.GetType(), sw.
Elapsed
);
419
DS.ParameterInspectorBefore(inspector.GetType(), sw.
Elapsed
);
458
DS.ParameterInspectorAfter(inspector.GetType(), sw.
Elapsed
);
771
DS.DispatchMessageFormatterSerialize(this.Formatter.GetType(), sw.
Elapsed
);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (3)
116
DS.ClientMessageInspectorAfterReceive(this.messageInspectors[i].GetType(), sw.
Elapsed
);
161
DS.ClientMessageInspectorBeforeSend(this.messageInspectors[i].GetType(), sw.
Elapsed
);
268
DS.ClientSelectOperation(operationSelector.GetType(), operationName, sw.
Elapsed
);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
265
DS.DispatchMessageInspectorAfterReceive(this.messageInspectors[i].GetType(), sw.
Elapsed
);
321
DS.DispatchMessageInspectorBeforeSend(this.messageInspectors[i].GetType(), sw.
Elapsed
);
1815
DS.DispatchSelectOperation(this.selector.GetType(), operationName, sw.
Elapsed
);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (3)
228
DS.InstanceProviderGet(this.provider.GetType(), instance, sw.
Elapsed
);
252
DS.InstanceProviderGet(this.provider.GetType(), instance, sw.
Elapsed
);
312
DS.InstanceProviderRelease(this.provider.GetType(), instance, sw.
Elapsed
);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (4)
184
DS.ClientMessageFormatterDeserialize(this.formatter.GetType(), sw.
Elapsed
);
221
DS.ParameterInspectorAfter(this.parameterInspectors[i].GetType(), sw.
Elapsed
);
276
DS.ParameterInspectorBefore(this.parameterInspectors[i].GetType(), sw.
Elapsed
);
316
DS.ClientMessageFormatterSerialize(this.formatter.GetType(), sw.
Elapsed
);