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