38 references to WcfEventSource
System.ServiceModel.NetFramingBase (34)
System\ServiceModel\Channels\ConnectionPool.cs (10)
184if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 186WcfEventSource.Instance.CloseTimeout(exception.Message); 467if (WcfEventSource.Instance.ConnectionPoolMissIsEnabled()) 471WcfEventSource.Instance.ConnectionPoolMiss(Key != null ? Key.ToString() : string.Empty, _busyConnections.Count); 577if (WcfEventSource.Instance.MaxOutboundConnectionsPerEndpointExceededIsEnabled()) 579WcfEventSource.Instance.MaxOutboundConnectionsPerEndpointExceeded(SR.Format(SR.TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached, _maxCount)); 582else if (WcfEventSource.Instance.OutboundConnectionsPerEndpointRatioIsEnabled()) 584WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(_idleConnections.Count, _maxCount); 594if (WcfEventSource.Instance.OutboundConnectionsPerEndpointRatioIsEnabled()) 596WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(_idleConnections.Count, _maxCount);
System\ServiceModel\Channels\IdlingCommunicationPool.cs (4)
315if (WcfEventSource.Instance.LeaseTimeoutIsEnabled()) 317WcfEventSource.Instance.LeaseTimeout(SR.Format(SR.TraceCodeConnectionPoolLeaseTimeoutReached, _leaseTimeout), _parent.Key.ToString()); 323if (WcfEventSource.Instance.IdleTimeoutIsEnabled()) 325WcfEventSource.Instance.IdleTimeout(SR.Format(SR.TraceCodeConnectionPoolIdleTimeoutReached, _idleTimeout), _parent.Key.ToString());
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
157if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 159WcfEventSource.Instance.ReceiveTimeout(e.Message);
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
351if (WcfEventSource.Instance.SslOnInitiateUpgradeIsEnabled()) 353WcfEventSource.Instance.SslOnInitiateUpgrade();
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (14)
135if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 137WcfEventSource.Instance.ReceiveTimeout(e.Message); 154if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 156WcfEventSource.Instance.ReceiveTimeout(e.Message); 172if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 174WcfEventSource.Instance.ReceiveTimeout(e.Message); 245if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 247WcfEventSource.Instance.CloseTimeout(SR.Format(SR.CloseTimedOut, timeout)); 372if (WcfEventSource.Instance.MessageReceivedByTransportIsEnabled()) 374WcfEventSource.Instance.MessageReceivedByTransport( 444if (WcfEventSource.Instance.MessageSentByTransportIsEnabled()) 447WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity, RemoteAddress.Uri.AbsoluteUri); 498if (WcfEventSource.Instance.MessageSentByTransportIsEnabled()) 501WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity, RemoteAddress.Uri.AbsoluteUri);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
171if (WcfEventSource.Instance.WindowsStreamSecurityOnInitiateUpgradeIsEnabled()) 173WcfEventSource.Instance.WindowsStreamSecurityOnInitiateUpgrade();
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
196if (WcfEventSource.Instance.SocketReadStopIsEnabled()) 198WcfEventSource.Instance.SocketAsyncReadStop((_socket != null) ? _socket.GetHashCode() : -1, bytesRead, this.RemoteEndpointAddress); 247if (WcfEventSource.Instance.SocketAsyncWriteStartIsEnabled()) 249WcfEventSource.Instance.SocketAsyncWriteStart(_socket.GetHashCode(), buffer.Length, RemoteEndpointAddress);