302 references to Instance
dotnet-svcutil-lib (302)
FrameworkFork\System.ServiceModel\Internals\TraceCore.Designer.cs (39)
65return WcfEventSource.Instance.HandledExceptionIsEnabled(); 78WcfEventSource.Instance.HandledException(param0, serializedException); 90WcfEventSource.Instance.ShipAssertExceptionMessage(param0); 100return WcfEventSource.Instance.ThrowingExceptionIsEnabled(); 114WcfEventSource.Instance.ThrowingException(param0, param1, serializedException); 124return WcfEventSource.Instance.UnhandledExceptionIsEnabled(); 137WcfEventSource.Instance.UnhandledException(param0, serializedException); 147return WcfEventSource.Instance.TraceCodeEventLogCriticalIsEnabled(); 158WcfEventSource.Instance.TraceCodeEventLogCritical(traceRecord.EventId); 168return WcfEventSource.Instance.TraceCodeEventLogErrorIsEnabled(); 179WcfEventSource.Instance.TraceCodeEventLogError(traceRecord.EventId); 189return WcfEventSource.Instance.TraceCodeEventLogInfoIsEnabled(); 200WcfEventSource.Instance.TraceCodeEventLogInfo(traceRecord.EventId); 210return WcfEventSource.Instance.TraceCodeEventLogVerboseIsEnabled(); 221WcfEventSource.Instance.TraceCodeEventLogVerbose(traceRecord.EventId); 231return WcfEventSource.Instance.TraceCodeEventLogWarningIsEnabled(); 242WcfEventSource.Instance.TraceCodeEventLogWarning(traceRecord.EventId); 252return WcfEventSource.Instance.HandledExceptionWarningIsEnabled(); 265WcfEventSource.Instance.HandledExceptionWarning(param0, serializedException); 275return WcfEventSource.Instance.BufferPoolAllocationIsEnabled(); 286WcfEventSource.Instance.BufferPoolAllocation(Size); 296return WcfEventSource.Instance.BufferPoolChangeQuotaIsEnabled(); 308WcfEventSource.Instance.BufferPoolChangeQuota(PoolSize, Delta); 318return WcfEventSource.Instance.ActionItemScheduledIsEnabled(); 329WcfEventSource.Instance.ActionItemScheduled(); 339return WcfEventSource.Instance.ActionItemCallbackInvokedIsEnabled(); 350WcfEventSource.Instance.ActionItemCallbackInvoked(); 360return WcfEventSource.Instance.HandledExceptionErrorIsEnabled(); 373WcfEventSource.Instance.HandledExceptionError(param0, serializedException); 383return WcfEventSource.Instance.HandledExceptionVerboseIsEnabled(); 396WcfEventSource.Instance.HandledExceptionVerbose(param0, serializedException); 406return WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled(); 419WcfEventSource.Instance.EtwUnhandledException(param0, serializedException); 429return WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled(); 443WcfEventSource.Instance.ThrowingEtwException(param0, param1, serializedException); 453return WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled(); 467WcfEventSource.Instance.ThrowingEtwExceptionVerbose(param0, param1, serializedException); 477return WcfEventSource.Instance.ThrowingExceptionVerboseIsEnabled(); 491WcfEventSource.Instance.ThrowingExceptionVerbose(param0, param1, serializedException);
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenAuthenticator.cs (6)
41if (WcfEventSource.Instance.TokenValidationStartedIsEnabled()) 45WcfEventSource.Instance.TokenValidationStarted(eventTraceActivity, tokenType, token.Id); 52if (WcfEventSource.Instance.TokenValidationFailureIsEnabled()) 56WcfEventSource.Instance.TokenValidationFailure(eventTraceActivity, tokenType, token.Id, errorMsg); 62if (WcfEventSource.Instance.TokenValidationSuccessIsEnabled()) 66WcfEventSource.Instance.TokenValidationSuccess(eventTraceActivity, tokenType, token.Id);
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
378if (WcfEventSource.Instance.ChannelFactoryCreatedIsEnabled()) 380WcfEventSource.Instance.ChannelFactoryCreated(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (22)
171if (WcfEventSource.Instance.WritePoolMissIsEnabled()) 173WcfEventSource.Instance.WritePoolMiss(messageWriter.GetType().Name); 210if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 212WcfEventSource.Instance.ReadPoolMiss(messageData.GetType().Name); 400if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 402WcfEventSource.Instance.MaxSentMessageSizeExceeded(excMsg); 470if (WcfEventSource.Instance.MaxSessionSizeReachedIsEnabled()) 472WcfEventSource.Instance.MaxSessionSizeReached(message); 525if (WcfEventSource.Instance.BinaryMessageDecodingStartIsEnabled()) 527WcfEventSource.Instance.BinaryMessageDecodingStart(); 591if (WcfEventSource.Instance.BinaryMessageDecodingStartIsEnabled()) 593WcfEventSource.Instance.BinaryMessageDecodingStart(); 606if (WcfEventSource.Instance.StreamedMessageReadByEncoderIsEnabled()) 608WcfEventSource.Instance.StreamedMessageReadByEncoder( 638if (WcfEventSource.Instance.BinaryMessageEncodingStartIsEnabled()) 641WcfEventSource.Instance.BinaryMessageEncodingStart(eventTraceActivity); 665if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 667WcfEventSource.Instance.MaxSentMessageSizeExceeded(excMsg); 737if (WcfEventSource.Instance.BinaryMessageEncodingStartIsEnabled()) 740WcfEventSource.Instance.BinaryMessageEncodingStart(eventTraceActivity); 755if (WcfEventSource.Instance.StreamedMessageWrittenByEncoderIsEnabled()) 757WcfEventSource.Instance.StreamedMessageWrittenByEncoder(eventTraceActivity ?? EventTraceActivityHelper.TryExtractActivity(message));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManagerOutputStream.cs (2)
44if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 46WcfEventSource.Instance.MaxSentMessageSizeExceeded(excMsg);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (8)
64if (WcfEventSource.Instance.WebSocketConnectionRequestSendStartIsEnabled()) 66WcfEventSource.Instance.WebSocketConnectionRequestSendStart( 117if (WcfEventSource.Instance.WebSocketConnectionRequestSendStopIsEnabled()) 119WcfEventSource.Instance.WebSocketConnectionRequestSendStop( 126if (WcfEventSource.Instance.WebSocketConnectionFailedIsEnabled()) 128WcfEventSource.Instance.WebSocketConnectionFailed(EventTraceActivity, ex.Message); 194if (WcfEventSource.Instance.WebSocketCreateClientWebSocketWithFactoryIsEnabled()) 196WcfEventSource.Instance.WebSocketCreateClientWebSocketWithFactory(EventTraceActivity, _connectionFactory.GetType().FullName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (10)
183if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 185WcfEventSource.Instance.CloseTimeout(exception.Message); 460if (WcfEventSource.Instance.ConnectionPoolMissIsEnabled()) 464WcfEventSource.Instance.ConnectionPoolMiss(_key != null ? _key.ToString() : string.Empty, _busyConnections.Count); 570if (WcfEventSource.Instance.MaxOutboundConnectionsPerEndpointExceededIsEnabled()) 572WcfEventSource.Instance.MaxOutboundConnectionsPerEndpointExceeded(string.Format(SRServiceModel.TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached, _maxCount)); 575else if (WcfEventSource.Instance.OutboundConnectionsPerEndpointRatioIsEnabled()) 577WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(_idleConnections.Count, _maxCount); 587if (WcfEventSource.Instance.OutboundConnectionsPerEndpointRatioIsEnabled()) 589WcfEventSource.Instance.OutboundConnectionsPerEndpointRatio(_idleConnections.Count, _maxCount);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (4)
569WcfEventSource.Instance.SocketWriteStart(_socket.GetHashCode(), size, remoteEndpointAddressString); 573WcfEventSource.Instance.SocketAsyncWriteStart(_socket.GetHashCode(), size, remoteEndpointAddressString); 618WcfEventSource.Instance.SocketReadStop((_socket != null) ? _socket.GetHashCode() : -1, bytesRead, remoteEndpointAddressString); 622WcfEventSource.Instance.SocketAsyncReadStop((_socket != null) ? _socket.GetHashCode() : -1, bytesRead, remoteEndpointAddressString);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (2)
248if (WcfEventSource.Instance.MaxReceivedMessageSizeExceededIsEnabled()) 250WcfEventSource.Instance.MaxReceivedMessageSizeExceeded(string.Format(SRServiceModel.MaxReceivedMessageSizeExceeded, _factory.MaxReceivedMessageSize));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (4)
330if (WcfEventSource.Instance.LeaseTimeoutIsEnabled()) 332WcfEventSource.Instance.LeaseTimeout(string.Format(SRServiceModel.TraceCodeConnectionPoolLeaseTimeoutReached, _leaseTimeout), _parent.Key.ToString()); 338if (WcfEventSource.Instance.IdleTimeoutIsEnabled()) 340WcfEventSource.Instance.IdleTimeout(string.Format(SRServiceModel.TraceCodeConnectionPoolIdleTimeoutReached, _idleTimeout), _parent.Key.ToString());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (4)
69if (WcfEventSource.Instance.MaxReceivedMessageSizeExceededIsEnabled()) 71WcfEventSource.Instance.MaxReceivedMessageSizeExceeded(message); 82if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 84WcfEventSource.Instance.MaxSentMessageSizeExceeded(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (2)
320if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 322WcfEventSource.Instance.CloseTimeout(e.Message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (19)
656if (WcfEventSource.Instance.ClientOperationPreparedIsEnabled()) 663WcfEventSource.Instance.ClientOperationPrepared(rpc.EventTraceActivity, 856if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 858WcfEventSource.Instance.CloseTimeout(e.Message); 986if (WcfEventSource.Instance.ServiceChannelCallStopIsEnabled()) 993WcfEventSource.Instance.ServiceChannelCallStop(rpc.EventTraceActivity, rpc.Action, 1600if (WcfEventSource.Instance.ClientChannelOpenStartIsEnabled() && _endpointDispatcher == null) 1602WcfEventSource.Instance.ClientChannelOpenStart(EventActivity); 1604else if (WcfEventSource.Instance.ServiceChannelOpenStartIsEnabled()) 1606WcfEventSource.Instance.ServiceChannelOpenStart(EventActivity); 1612if (_endpointDispatcher == null && WcfEventSource.Instance.ClientChannelOpenStopIsEnabled()) 1614WcfEventSource.Instance.ClientChannelOpenStop(EventActivity); 1616else if (WcfEventSource.Instance.ServiceChannelOpenStopIsEnabled()) 1618WcfEventSource.Instance.ServiceChannelOpenStop(EventActivity); 1624if (WcfEventSource.Instance.ServiceChannelCallStartIsEnabled()) 1628WcfEventSource.Instance.ServiceChannelCallStart(eventTraceActivity); 1632WcfEventSource.Instance.ServiceChannelBeginCallStart(eventTraceActivity); 2422if (WcfEventSource.Instance.SessionIdleTimeoutIsEnabled()) 2430WcfEventSource.Instance.SessionIdleTimeout(listenUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (4)
252if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 254WcfEventSource.Instance.ReceiveTimeout(e.Message); 271if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 273WcfEventSource.Instance.ReceiveTimeout(e.Message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (4)
277if (WcfEventSource.Instance.SocketAsyncWriteStartIsEnabled()) 332if (WcfEventSource.Instance.SocketReadStopIsEnabled()) 348if (completionResult == AsyncCompletionResult.Completed && WcfEventSource.Instance.SocketReadStopIsEnabled()) 363if (_asyncReadException != null && WcfEventSource.Instance.SocketReadStopIsEnabled())
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (4)
346if (WcfEventSource.Instance.SslOnAcceptUpgradeIsEnabled()) 348WcfEventSource.Instance.SslOnAcceptUpgrade(this.EventTraceActivity); 582if (WcfEventSource.Instance.SslOnInitiateUpgradeIsEnabled()) 584WcfEventSource.Instance.SslOnInitiateUpgrade();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (20)
406if (WcfEventSource.Instance.TextMessageDecodingStartIsEnabled()) 408WcfEventSource.Instance.TextMessageDecodingStart(); 423if (WcfEventSource.Instance.MessageReadByEncoderIsEnabled()) 425WcfEventSource.Instance.MessageReadByEncoder( 442if (WcfEventSource.Instance.TextMessageDecodingStartIsEnabled()) 444WcfEventSource.Instance.TextMessageDecodingStart(); 451if (WcfEventSource.Instance.StreamedMessageReadByEncoderIsEnabled()) 453WcfEventSource.Instance.StreamedMessageReadByEncoder(EventTraceActivityHelper.TryExtractActivity(message, true)); 487if (WcfEventSource.Instance.TextMessageEncodingStartIsEnabled()) 490WcfEventSource.Instance.TextMessageEncodingStart(eventTraceActivity); 499if (WcfEventSource.Instance.MessageWrittenByEncoderIsEnabled()) 501WcfEventSource.Instance.MessageWrittenByEncoder( 531if (WcfEventSource.Instance.TextMessageEncodingStartIsEnabled()) 534WcfEventSource.Instance.TextMessageEncodingStart(eventTraceActivity); 553if (WcfEventSource.Instance.StreamedMessageWrittenByEncoderIsEnabled()) 555WcfEventSource.Instance.StreamedMessageWrittenByEncoder(eventTraceActivity ?? EventTraceActivityHelper.TryExtractActivity(message)); 602if (WcfEventSource.Instance.WritePoolMissIsEnabled()) 604WcfEventSource.Instance.WritePoolMiss(messageWriter.GetType().Name); 642if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 644WcfEventSource.Instance.ReadPoolMiss(messageData.GetType().Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (14)
180if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 182WcfEventSource.Instance.ReceiveTimeout(e.Message); 200if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 202WcfEventSource.Instance.ReceiveTimeout(e.Message); 286if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 288WcfEventSource.Instance.CloseTimeout(string.Format(SRServiceModel.CloseTimedOut, timeout)); 341if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 343WcfEventSource.Instance.CloseTimeout(string.Format(SRServiceModel.CloseTimedOut, timeout)); 478if (WcfEventSource.Instance.MessageReceivedByTransportIsEnabled()) 480WcfEventSource.Instance.MessageReceivedByTransport( 566if (WcfEventSource.Instance.MessageSentByTransportIsEnabled()) 569WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity, this.RemoteAddress.Uri.AbsoluteUri); 637if (WcfEventSource.Instance.MessageSentByTransportIsEnabled()) 640WcfEventSource.Instance.MessageSentByTransport(eventTraceActivity, this.RemoteAddress.Uri.AbsoluteUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (50)
83if (WcfEventSource.Instance.WebSocketConnectionAbortedIsEnabled()) 85WcfEventSource.Instance.WebSocketConnectionAborted( 95if (WcfEventSource.Instance.WebSocketCloseSentIsEnabled()) 97WcfEventSource.Instance.WebSocketCloseSent( 106if (WcfEventSource.Instance.WebSocketConnectionClosedIsEnabled()) 108WcfEventSource.Instance.WebSocketConnectionClosed(WebSocket.GetHashCode()); 114if (WcfEventSource.Instance.WebSocketCloseOutputSentIsEnabled()) 116WcfEventSource.Instance.WebSocketCloseOutputSent( 128if (WcfEventSource.Instance.WebSocketCloseOutputSentIsEnabled()) 130WcfEventSource.Instance.WebSocketCloseOutputSent( 194if (WcfEventSource.Instance.WebSocketAsyncWriteStartIsEnabled()) 196WcfEventSource.Instance.WebSocketAsyncWriteStart( 207if (WcfEventSource.Instance.WebSocketAsyncWriteStopIsEnabled()) 209WcfEventSource.Instance.WebSocketAsyncWriteStop(WebSocket.GetHashCode()); 286if (WcfEventSource.Instance.WebSocketAsyncWriteStartIsEnabled()) 288WcfEventSource.Instance.WebSocketAsyncWriteStart( 297if (WcfEventSource.Instance.WebSocketAsyncWriteStopIsEnabled()) 299WcfEventSource.Instance.WebSocketAsyncWriteStop(_webSocket.GetHashCode()); 425if (WcfEventSource.Instance.WebSocketAsyncWriteStopIsEnabled()) 427WcfEventSource.Instance.WebSocketAsyncWriteStop(WebSocket.GetHashCode()); 575if (WcfEventSource.Instance.WebSocketAsyncReadStartIsEnabled()) 577WcfEventSource.Instance.WebSocketAsyncReadStart(_webSocket.GetHashCode()); 604if (WcfEventSource.Instance.WebSocketAsyncReadStopIsEnabled()) 606WcfEventSource.Instance.WebSocketAsyncReadStop( 665if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 667WcfEventSource.Instance.ReceiveTimeout(exception.Message); 683if (WcfEventSource.Instance.ReceiveTimeoutIsEnabled()) 685WcfEventSource.Instance.ReceiveTimeout(string.Format(SRServiceModel.WaitForMessageTimedOut, timeout)); 708if (WcfEventSource.Instance.WebSocketCloseStatusReceivedIsEnabled()) 710WcfEventSource.Instance.WebSocketCloseStatusReceived( 757if (WcfEventSource.Instance.WebSocketAsyncReadStartIsEnabled()) 759WcfEventSource.Instance.WebSocketAsyncReadStart(_webSocket.GetHashCode()); 771if (WcfEventSource.Instance.WebSocketAsyncReadStopIsEnabled()) 773WcfEventSource.Instance.WebSocketAsyncReadStop( 1052if (WcfEventSource.Instance.WebSocketAsyncReadStartIsEnabled()) 1054WcfEventSource.Instance.WebSocketAsyncReadStart(_webSocket.GetHashCode()); 1086if (WcfEventSource.Instance.WebSocketAsyncReadStopIsEnabled()) 1088WcfEventSource.Instance.WebSocketAsyncReadStop(_webSocket.GetHashCode(), receivedBytes, string.Empty); 1130if (WcfEventSource.Instance.WebSocketAsyncWriteStartIsEnabled()) 1132WcfEventSource.Instance.WebSocketAsyncWriteStart( 1157if (WcfEventSource.Instance.WebSocketAsyncWriteStopIsEnabled()) 1159WcfEventSource.Instance.WebSocketAsyncWriteStop(_webSocket.GetHashCode()); 1171if (WcfEventSource.Instance.WebSocketAsyncWriteStartIsEnabled()) 1173WcfEventSource.Instance.WebSocketAsyncWriteStart( 1187if (WcfEventSource.Instance.WebSocketAsyncWriteStopIsEnabled()) 1189WcfEventSource.Instance.WebSocketAsyncWriteStop(_webSocket.GetHashCode()); 1195if (WcfEventSource.Instance.WebSocketAsyncWriteStartIsEnabled()) 1198WcfEventSource.Instance.WebSocketAsyncWriteStart( 1211if (WcfEventSource.Instance.WebSocketAsyncWriteStopIsEnabled()) 1213WcfEventSource.Instance.WebSocketAsyncWriteStop(_webSocket.GetHashCode());
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (4)
388if (WcfEventSource.Instance.MessageSentToTransportIsEnabled()) 390WcfEventSource.Instance.MessageSentToTransport(eventTraceActivity, correlationId); 420if (WcfEventSource.Instance.MessageReceivedFromTransportIsEnabled()) 427WcfEventSource.Instance.MessageReceivedFromTransport(eventTraceActivity, correlationId, TraceUtility.GetAnnotation(context));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (4)
574if (WcfEventSource.Instance.ListenerOpenStartIsEnabled()) 577WcfEventSource.Instance.ListenerOpenStart(_eventTraceActivity, 589if (WcfEventSource.Instance.ListenerOpenStopIsEnabled()) 591WcfEventSource.Instance.ListenerOpenStop(_eventTraceActivity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (8)
195if (WcfEventSource.Instance.ChannelReceiveStopIsEnabled()) 197WcfEventSource.Instance.ChannelReceiveStop(this.EventTraceActivity, this.GetHashCode()); 237if (WcfEventSource.Instance.ChannelReceiveStartIsEnabled()) 239WcfEventSource.Instance.ChannelReceiveStart(this.EventTraceActivity, this.GetHashCode()); 741if (WcfEventSource.Instance.ChannelReceiveStopIsEnabled()) 743WcfEventSource.Instance.ChannelReceiveStop(handler.EventTraceActivity, state.GetHashCode()); 1277if (WcfEventSource.Instance.DispatchMessageStartIsEnabled()) 1279WcfEventSource.Instance.DispatchMessageStart(eventTraceActivity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (12)
133if (WcfEventSource.Instance.DispatchFormatterDeserializeRequestStartIsEnabled()) 135WcfEventSource.Instance.DispatchFormatterDeserializeRequestStart(rpc.EventTraceActivity); 140if (WcfEventSource.Instance.DispatchFormatterDeserializeRequestStopIsEnabled()) 142WcfEventSource.Instance.DispatchFormatterDeserializeRequestStop(rpc.EventTraceActivity); 178if (WcfEventSource.Instance.ParameterInspectorBeforeCallInvokedIsEnabled()) 180WcfEventSource.Instance.ParameterInspectorBeforeCallInvoked(rpc.EventTraceActivity, this.ParameterInspectors[i].GetType().FullName); 199if (WcfEventSource.Instance.ParameterInspectorAfterCallInvokedIsEnabled()) 201WcfEventSource.Instance.ParameterInspectorAfterCallInvoked(rpc.EventTraceActivity, this.ParameterInspectors[i].GetType().FullName); 286if (WcfEventSource.Instance.DispatchFormatterSerializeReplyStartIsEnabled()) 288WcfEventSource.Instance.DispatchFormatterSerializeReplyStart(rpc.EventTraceActivity); 293if (WcfEventSource.Instance.DispatchFormatterSerializeReplyStopIsEnabled()) 295WcfEventSource.Instance.DispatchFormatterSerializeReplyStop(rpc.EventTraceActivity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (6)
121if (WcfEventSource.Instance.FaultProviderInvokedIsEnabled()) 123WcfEventSource.Instance.FaultProviderInvoked(_handlers[i].GetType().FullName, e.Message); 184if (WcfEventSource.Instance.ServiceExceptionIsEnabled()) 186WcfEventSource.Instance.ServiceException(error.ToString(), error.GetType().FullName); 192if (WcfEventSource.Instance.ErrorHandlerInvokedIsEnabled()) 194WcfEventSource.Instance.ErrorHandlerInvoked(_handlers[i].GetType().FullName, handledByThis, error.GetType().FullName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (4)
95if (WcfEventSource.Instance.ClientMessageInspectorAfterReceiveInvokedIsEnabled()) 97WcfEventSource.Instance.ClientMessageInspectorAfterReceiveInvoked(rpc.EventTraceActivity, _messageInspectors[i].GetType().FullName); 124if (WcfEventSource.Instance.ClientMessageInspectorBeforeSendInvokedIsEnabled()) 126WcfEventSource.Instance.ClientMessageInspectorBeforeSendInvoked(rpc.EventTraceActivity, _messageInspectors[i].GetType().FullName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
125if (WcfEventSource.Instance.DispatchMessageStopIsEnabled()) 127WcfEventSource.Instance.DispatchMessageStop(rpc.EventTraceActivity); 217if (WcfEventSource.Instance.DispatchMessageStopIsEnabled()) 219WcfEventSource.Instance.DispatchMessageStop(rpc.EventTraceActivity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (4)
96if (WcfEventSource.Instance.GetServiceInstanceStartIsEnabled()) 98WcfEventSource.Instance.GetServiceInstanceStart(rpc.EventTraceActivity); 103if (WcfEventSource.Instance.GetServiceInstanceStopIsEnabled()) 105WcfEventSource.Instance.GetServiceInstanceStop(rpc.EventTraceActivity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (12)
152if (WcfEventSource.Instance.ClientFormatterDeserializeReplyStartIsEnabled()) 154WcfEventSource.Instance.ClientFormatterDeserializeReplyStart(rpc.EventTraceActivity); 159if (WcfEventSource.Instance.ClientFormatterDeserializeReplyStopIsEnabled()) 161WcfEventSource.Instance.ClientFormatterDeserializeReplyStop(rpc.EventTraceActivity); 178if (WcfEventSource.Instance.ClientParameterInspectorAfterCallInvokedIsEnabled()) 180WcfEventSource.Instance.ClientParameterInspectorAfterCallInvoked(rpc.EventTraceActivity, _parameterInspectors[i].GetType().FullName); 216if (WcfEventSource.Instance.ClientParameterInspectorBeforeCallInvokedIsEnabled()) 218WcfEventSource.Instance.ClientParameterInspectorBeforeCallInvoked(rpc.EventTraceActivity, _parameterInspectors[i].GetType().FullName); 237if (WcfEventSource.Instance.ClientFormatterSerializeRequestStartIsEnabled()) 239WcfEventSource.Instance.ClientFormatterSerializeRequestStart(rpc.EventTraceActivity); 246if (WcfEventSource.Instance.ClientFormatterSerializeRequestStopIsEnabled()) 248WcfEventSource.Instance.ClientFormatterSerializeRequestStop(rpc.EventTraceActivity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (11)
95if (WcfEventSource.Instance.OperationCompletedIsEnabled() || 96WcfEventSource.Instance.OperationFaultedIsEnabled() || 97WcfEventSource.Instance.OperationFailedIsEnabled()) 141if (WcfEventSource.Instance.OperationInvokedIsEnabled()) 143WcfEventSource.Instance.OperationInvoked(eventTraceActivity, MethodName, TraceUtility.GetCallerInfo(OperationContext.Current)); 160if (WcfEventSource.Instance.OperationCompletedIsEnabled()) 162WcfEventSource.Instance.OperationCompleted(eventTraceActivity, _methodName, 168if (WcfEventSource.Instance.OperationFaultedIsEnabled()) 170WcfEventSource.Instance.OperationFaulted(eventTraceActivity, _methodName, 176if (WcfEventSource.Instance.OperationFailedIsEnabled()) 178WcfEventSource.Instance.OperationFailed(eventTraceActivity, _methodName,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (11)
154if (WcfEventSource.Instance.OperationCompletedIsEnabled() || 155WcfEventSource.Instance.OperationFaultedIsEnabled() || 156WcfEventSource.Instance.OperationFailedIsEnabled()) 202if (WcfEventSource.Instance.OperationInvokedIsEnabled()) 204WcfEventSource.Instance.OperationInvoked(eventTraceActivity, MethodName, 235if (WcfEventSource.Instance.OperationCompletedIsEnabled()) 237WcfEventSource.Instance.OperationCompleted(eventTraceActivity, _methodName, 243if (WcfEventSource.Instance.OperationFaultedIsEnabled()) 245WcfEventSource.Instance.OperationFaulted(eventTraceActivity, _methodName, 251if (WcfEventSource.Instance.OperationFailedIsEnabled()) 253WcfEventSource.Instance.OperationFailed(eventTraceActivity, _methodName,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (2)
275if (WcfEventSource.Instance.SecurityIdentityVerificationFailureIsEnabled()) 277WcfEventSource.Instance.SecurityIdentityVerificationFailure(eventTraceActivity);