277 references to Instance
System.ServiceModel.Primitives (277)
Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (3)
33return WcfEventSource.Instance.IsEnabled() && 34(WcfEventSource.Instance.ActionItemScheduledIsEnabled() || WcfEventSource.Instance.ActionItemCallbackInvokedIsEnabled());
Internals\System\Runtime\ExceptionTrace.cs (12)
36if (WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled()) 39WcfEventSource.Instance.ThrowingEtwException(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 43if (WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled()) 46WcfEventSource.Instance.EtwUnhandledException(exception != null ? exception.ToString() : string.Empty, serializedException); 50if (WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled()) 53WcfEventSource.Instance.ThrowingEtwExceptionVerbose(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 66if (WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled()) 69WcfEventSource.Instance.ThrowingEtwException(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException); 73if (WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled()) 76WcfEventSource.Instance.EtwUnhandledException(exception != null ? exception.ToString() : string.Empty, serializedException); 80if (WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled()) 83WcfEventSource.Instance.ThrowingEtwExceptionVerbose(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException);
Internals\TraceCore.cs (39)
62return WcfEventSource.Instance.HandledExceptionIsEnabled(); 75WcfEventSource.Instance.HandledException(param0, serializedException); 85return WcfEventSource.Instance.HandledExceptionErrorIsEnabled(); 98WcfEventSource.Instance.HandledExceptionError(param0, serializedException); 108return WcfEventSource.Instance.HandledExceptionVerboseIsEnabled(); 121WcfEventSource.Instance.HandledExceptionVerbose(param0, serializedException); 131return WcfEventSource.Instance.HandledExceptionWarningIsEnabled(); 144WcfEventSource.Instance.HandledExceptionWarning(param0, serializedException); 155WcfEventSource.Instance.ShipAssertExceptionMessage(param0); 165return WcfEventSource.Instance.ThrowingExceptionIsEnabled(); 179WcfEventSource.Instance.ThrowingException(param0, param1, serializedException); 189return WcfEventSource.Instance.UnhandledExceptionIsEnabled(); 202WcfEventSource.Instance.UnhandledException(param0, serializedException); 212return WcfEventSource.Instance.TraceCodeEventLogCriticalIsEnabled(); 223WcfEventSource.Instance.TraceCodeEventLogCritical(traceRecord.EventId); 233return WcfEventSource.Instance.TraceCodeEventLogErrorIsEnabled(); 244WcfEventSource.Instance.TraceCodeEventLogError(traceRecord.EventId); 254return WcfEventSource.Instance.TraceCodeEventLogInfoIsEnabled(); 265WcfEventSource.Instance.TraceCodeEventLogInfo(traceRecord.EventId); 275return WcfEventSource.Instance.TraceCodeEventLogVerboseIsEnabled(); 286WcfEventSource.Instance.TraceCodeEventLogVerbose(traceRecord.EventId); 296return WcfEventSource.Instance.TraceCodeEventLogWarningIsEnabled(); 307WcfEventSource.Instance.TraceCodeEventLogWarning(traceRecord.EventId); 317return WcfEventSource.Instance.BufferPoolAllocationIsEnabled(); 328WcfEventSource.Instance.BufferPoolAllocation(Size); 338return WcfEventSource.Instance.BufferPoolChangeQuotaIsEnabled(); 350WcfEventSource.Instance.BufferPoolChangeQuota(PoolSize, Delta); 360return WcfEventSource.Instance.ActionItemScheduledIsEnabled(); 371WcfEventSource.Instance.ActionItemScheduled(); 381return WcfEventSource.Instance.ActionItemCallbackInvokedIsEnabled(); 392WcfEventSource.Instance.ActionItemCallbackInvoked(); 402return WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled(); 415WcfEventSource.Instance.EtwUnhandledException(param0, serializedException); 425return WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled(); 439WcfEventSource.Instance.ThrowingEtwException(param0, param1, serializedException); 449return WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled(); 463WcfEventSource.Instance.ThrowingEtwExceptionVerbose(param0, param1, serializedException); 473return WcfEventSource.Instance.ThrowingExceptionVerboseIsEnabled(); 487WcfEventSource.Instance.ThrowingExceptionVerbose(param0, param1, serializedException);
System\IdentityModel\Selectors\SecurityTokenAuthenticator.cs (6)
42if (WcfEventSource.Instance.TokenValidationStartedIsEnabled()) 46WcfEventSource.Instance.TokenValidationStarted(eventTraceActivity, tokenType, token.Id); 53if (WcfEventSource.Instance.TokenValidationFailureIsEnabled()) 57WcfEventSource.Instance.TokenValidationFailure(eventTraceActivity, tokenType, token.Id, errorMsg); 63if (WcfEventSource.Instance.TokenValidationSuccessIsEnabled()) 67WcfEventSource.Instance.TokenValidationSuccess(eventTraceActivity, tokenType, token.Id);
System\ServiceModel\ChannelFactory.cs (2)
330if (WcfEventSource.Instance.ChannelFactoryCreatedIsEnabled()) 332WcfEventSource.Instance.ChannelFactoryCreated(this);
System\ServiceModel\ChannelFactoryRefCache.cs (4)
106if (WcfEventSource.Instance.ClientBaseCachedChannelFactoryCountIsEnabled()) 108WcfEventSource.Instance.ClientBaseCachedChannelFactoryCount(Count, _watermark, this); 114if (WcfEventSource.Instance.ClientBaseChannelFactoryAgedOutofCacheIsEnabled()) 116WcfEventSource.Instance.ClientBaseChannelFactoryAgedOutofCache(_watermark, this);
System\ServiceModel\Channels\BinaryMessageEncoder.cs (26)
147if (WcfEventSource.Instance.WritePoolMissIsEnabled()) 149WcfEventSource.Instance.WritePoolMiss(messageWriter.GetType().Name); 186if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 188WcfEventSource.Instance.ReadPoolMiss(messageData.GetType().Name); 250if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 252WcfEventSource.Instance.ReadPoolMiss(xmlReader.GetType().Name); 390if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 392WcfEventSource.Instance.MaxSentMessageSizeExceeded(excMsg); 460if (WcfEventSource.Instance.MaxSessionSizeReachedIsEnabled()) 462WcfEventSource.Instance.MaxSessionSizeReached(message); 515if (WcfEventSource.Instance.BinaryMessageDecodingStartIsEnabled()) 517WcfEventSource.Instance.BinaryMessageDecodingStart(); 581if (WcfEventSource.Instance.BinaryMessageDecodingStartIsEnabled()) 583WcfEventSource.Instance.BinaryMessageDecodingStart(); 596if (WcfEventSource.Instance.StreamedMessageReadByEncoderIsEnabled()) 598WcfEventSource.Instance.StreamedMessageReadByEncoder( 628if (WcfEventSource.Instance.BinaryMessageEncodingStartIsEnabled()) 631WcfEventSource.Instance.BinaryMessageEncodingStart(eventTraceActivity); 655if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 657WcfEventSource.Instance.MaxSentMessageSizeExceeded(excMsg); 706if (WcfEventSource.Instance.MessageWrittenByEncoderIsEnabled() && messageData != null) 708WcfEventSource.Instance.MessageWrittenByEncoder( 735if (WcfEventSource.Instance.BinaryMessageEncodingStartIsEnabled()) 738WcfEventSource.Instance.BinaryMessageEncodingStart(eventTraceActivity); 753if (WcfEventSource.Instance.StreamedMessageWrittenByEncoderIsEnabled()) 755WcfEventSource.Instance.StreamedMessageWrittenByEncoder(eventTraceActivity ?? EventTraceActivityHelper.TryExtractActivity(message));
System\ServiceModel\Channels\BufferManagerOutputStream.cs (2)
45if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 47WcfEventSource.Instance.MaxSentMessageSizeExceeded(excMsg);
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
146if (WcfEventSource.Instance.ReliableSessionChannelFaultedIsEnabled()) 148WcfEventSource.Instance.ReliableSessionChannelFaulted(Id); 262if (WcfEventSource.Instance.InactivityTimeoutIsEnabled()) 264WcfEventSource.Instance.InactivityTimeout(exceptionMessage);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (4)
107if (WcfEventSource.Instance.SequenceAcknowledgementSentIsEnabled()) 109WcfEventSource.Instance.SequenceAcknowledgementSent(ReliableSession.Id); 1134if (WcfEventSource.Instance.ClientReliableSessionReconnectIsEnabled()) 1136WcfEventSource.Instance.ClientReliableSessionReconnect(_clientSession.Id);
System\ServiceModel\Channels\MaxMessageSizeStream.cs (4)
89if (WcfEventSource.Instance.MaxReceivedMessageSizeExceededIsEnabled()) 91WcfEventSource.Instance.MaxReceivedMessageSizeExceeded(message); 102if (WcfEventSource.Instance.MaxSentMessageSizeExceededIsEnabled()) 104WcfEventSource.Instance.MaxSentMessageSizeExceeded(message);
System\ServiceModel\Channels\MtomMessageEncoder.cs (30)
94if (WcfEventSource.Instance.WritePoolMissIsEnabled()) 96WcfEventSource.Instance.WritePoolMiss(xmlWriter.GetType().Name); 129if (WcfEventSource.Instance.WritePoolMissIsEnabled()) 131WcfEventSource.Instance.WritePoolMiss(messageWriter.GetType().Name); 158if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 160WcfEventSource.Instance.ReadPoolMiss(messageData.GetType().Name); 195if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 197WcfEventSource.Instance.ReadPoolMiss(xmlReader.GetType().Name); 210if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 212WcfEventSource.Instance.ReadPoolMiss(xmlReader.GetType().Name); 370if (WcfEventSource.Instance.MtomMessageDecodingStartIsEnabled()) 372WcfEventSource.Instance.MtomMessageDecodingStart(); 386if (WcfEventSource.Instance.MessageReadByEncoderIsEnabled() && buffer != null) 388WcfEventSource.Instance.MessageReadByEncoder( 405if (WcfEventSource.Instance.MtomMessageDecodingStartIsEnabled()) 407WcfEventSource.Instance.MtomMessageDecodingStart(); 414if (WcfEventSource.Instance.StreamedMessageReadByEncoderIsEnabled()) 416WcfEventSource.Instance.StreamedMessageReadByEncoder(EventTraceActivityHelper.TryExtractActivity(message, true)); 470if (WcfEventSource.Instance.MtomMessageEncodingStartIsEnabled()) 473WcfEventSource.Instance.MtomMessageEncodingStart(eventTraceActivity); 487if (WcfEventSource.Instance.MessageWrittenByEncoderIsEnabled() && messageData != null) 489WcfEventSource.Instance.MessageWrittenByEncoder( 554if (WcfEventSource.Instance.MtomMessageEncodingStartIsEnabled()) 557WcfEventSource.Instance.MtomMessageEncodingStart(eventTraceActivity); 578if (WcfEventSource.Instance.StreamedMessageWrittenByEncoderIsEnabled()) 580WcfEventSource.Instance.StreamedMessageWrittenByEncoder(eventTraceActivity ?? EventTraceActivityHelper.TryExtractActivity(message)); 624if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 626WcfEventSource.Instance.ReadPoolMiss(xmlReader.GetType().Name); 639if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 641WcfEventSource.Instance.ReadPoolMiss(xmlReader.GetType().Name);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
283if (WcfEventSource.Instance.MaxRetryCyclesExceededIsEnabled()) 285WcfEventSource.Instance.MaxRetryCyclesExceeded(SRP.MaximumRetryCountExceeded);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
281if (WcfEventSource.Instance.MaxRetryCyclesExceededIsEnabled()) 283WcfEventSource.Instance.MaxRetryCyclesExceeded(SRP.MaximumRetryCountExceeded);
System\ServiceModel\Channels\RequestContextBase.cs (2)
319if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 321WcfEventSource.Instance.CloseTimeout(e.Message);
System\ServiceModel\Channels\ServiceChannel.cs (19)
651if (WcfEventSource.Instance.ClientOperationPreparedIsEnabled()) 658WcfEventSource.Instance.ClientOperationPrepared(rpc.EventTraceActivity, 857if (WcfEventSource.Instance.CloseTimeoutIsEnabled()) 859WcfEventSource.Instance.CloseTimeout(e.Message); 992if (WcfEventSource.Instance.ServiceChannelCallStopIsEnabled()) 999WcfEventSource.Instance.ServiceChannelCallStop(rpc.EventTraceActivity, rpc.Action, 1637if (WcfEventSource.Instance.ClientChannelOpenStartIsEnabled() && _endpointDispatcher == null) 1639WcfEventSource.Instance.ClientChannelOpenStart(EventActivity); 1641else if (WcfEventSource.Instance.ServiceChannelOpenStartIsEnabled()) 1643WcfEventSource.Instance.ServiceChannelOpenStart(EventActivity); 1649if (_endpointDispatcher == null && WcfEventSource.Instance.ClientChannelOpenStopIsEnabled()) 1651WcfEventSource.Instance.ClientChannelOpenStop(EventActivity); 1653else if (WcfEventSource.Instance.ServiceChannelOpenStopIsEnabled()) 1655WcfEventSource.Instance.ServiceChannelOpenStop(EventActivity); 1661if (WcfEventSource.Instance.ServiceChannelCallStartIsEnabled()) 1665WcfEventSource.Instance.ServiceChannelCallStart(eventTraceActivity); 1669WcfEventSource.Instance.ServiceChannelBeginCallStart(eventTraceActivity); 2486if (WcfEventSource.Instance.SessionIdleTimeoutIsEnabled()) 2494WcfEventSource.Instance.SessionIdleTimeout(listenUri);
System\ServiceModel\Channels\TextMessageEncoder.cs (20)
408if (WcfEventSource.Instance.TextMessageDecodingStartIsEnabled()) 410WcfEventSource.Instance.TextMessageDecodingStart(); 428if (WcfEventSource.Instance.MessageReadByEncoderIsEnabled()) 430WcfEventSource.Instance.MessageReadByEncoder( 451if (WcfEventSource.Instance.TextMessageDecodingStartIsEnabled()) 453WcfEventSource.Instance.TextMessageDecodingStart(); 460if (WcfEventSource.Instance.StreamedMessageReadByEncoderIsEnabled()) 462WcfEventSource.Instance.StreamedMessageReadByEncoder(EventTraceActivityHelper.TryExtractActivity(message, true)); 518if (WcfEventSource.Instance.TextMessageEncodingStartIsEnabled()) 521WcfEventSource.Instance.TextMessageEncodingStart(eventTraceActivity); 530if (WcfEventSource.Instance.MessageWrittenByEncoderIsEnabled()) 532WcfEventSource.Instance.MessageWrittenByEncoder( 568if (WcfEventSource.Instance.TextMessageEncodingStartIsEnabled()) 571WcfEventSource.Instance.TextMessageEncodingStart(eventTraceActivity); 590if (WcfEventSource.Instance.StreamedMessageWrittenByEncoderIsEnabled()) 592WcfEventSource.Instance.StreamedMessageWrittenByEncoder(eventTraceActivity ?? EventTraceActivityHelper.TryExtractActivity(message)); 640if (WcfEventSource.Instance.WritePoolMissIsEnabled()) 642WcfEventSource.Instance.WritePoolMiss(messageWriter.GetType().Name); 680if (WcfEventSource.Instance.ReadPoolMissIsEnabled()) 682WcfEventSource.Instance.ReadPoolMiss(messageData.GetType().Name);
System\ServiceModel\ClientBase.cs (6)
648if (WcfEventSource.Instance.ClientBaseChannelFactoryCacheHitIsEnabled()) 650WcfEventSource.Instance.ClientBaseChannelFactoryCacheHit(this); 718if (WcfEventSource.Instance.ClientBaseUsingLocalChannelFactoryIsEnabled()) 720WcfEventSource.Instance.ClientBaseUsingLocalChannelFactory(this); 740if (WcfEventSource.Instance.ClientBaseCachedChannelFactoryCountIsEnabled()) 742WcfEventSource.Instance.ClientBaseCachedChannelFactoryCount(s_factoryRefCache.Count, MaxNumChannelFactories, this);
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
35if (WcfEventSource.Instance.SecurityIdentityVerificationSuccessIsEnabled()) 37WcfEventSource.Instance.SecurityIdentityVerificationSuccess(eventTraceActivity); 55if (WcfEventSource.Instance.SecurityTokenProviderOpenedIsEnabled()) 57WcfEventSource.Instance.SecurityTokenProviderOpened(eventTraceActivity);
System\ServiceModel\Diagnostics\TraceUtility.cs (4)
158if (WcfEventSource.Instance.MessageSentToTransportIsEnabled()) 160WcfEventSource.Instance.MessageSentToTransport(eventTraceActivity, correlationId); 190if (WcfEventSource.Instance.MessageReceivedFromTransportIsEnabled()) 197WcfEventSource.Instance.MessageReceivedFromTransport(eventTraceActivity, correlationId, TraceUtility.GetAnnotation(context));
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (4)
555if (WcfEventSource.Instance.ListenerOpenStartIsEnabled()) 558WcfEventSource.Instance.ListenerOpenStart(_eventTraceActivity, 570if (WcfEventSource.Instance.ListenerOpenStopIsEnabled()) 572WcfEventSource.Instance.ListenerOpenStop(_eventTraceActivity);
System\ServiceModel\Dispatcher\ChannelHandler.cs (8)
182if (WcfEventSource.Instance.ChannelReceiveStopIsEnabled()) 184WcfEventSource.Instance.ChannelReceiveStop(EventTraceActivity, GetHashCode()); 224if (WcfEventSource.Instance.ChannelReceiveStartIsEnabled()) 226WcfEventSource.Instance.ChannelReceiveStart(EventTraceActivity, GetHashCode()); 741if (WcfEventSource.Instance.ChannelReceiveStopIsEnabled()) 743WcfEventSource.Instance.ChannelReceiveStop(handler.EventTraceActivity, state.GetHashCode()); 1284if (WcfEventSource.Instance.DispatchMessageStartIsEnabled()) 1286WcfEventSource.Instance.DispatchMessageStart(eventTraceActivity);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (12)
91if (WcfEventSource.Instance.DispatchFormatterDeserializeRequestStartIsEnabled()) 93WcfEventSource.Instance.DispatchFormatterDeserializeRequestStart(rpc.EventTraceActivity); 98if (WcfEventSource.Instance.DispatchFormatterDeserializeRequestStopIsEnabled()) 100WcfEventSource.Instance.DispatchFormatterDeserializeRequestStop(rpc.EventTraceActivity); 136if (WcfEventSource.Instance.ParameterInspectorBeforeCallInvokedIsEnabled()) 138WcfEventSource.Instance.ParameterInspectorBeforeCallInvoked(rpc.EventTraceActivity, ParameterInspectors[i].GetType().FullName); 157if (WcfEventSource.Instance.ParameterInspectorAfterCallInvokedIsEnabled()) 159WcfEventSource.Instance.ParameterInspectorAfterCallInvoked(rpc.EventTraceActivity, ParameterInspectors[i].GetType().FullName); 244if (WcfEventSource.Instance.DispatchFormatterSerializeReplyStartIsEnabled()) 246WcfEventSource.Instance.DispatchFormatterSerializeReplyStart(rpc.EventTraceActivity); 251if (WcfEventSource.Instance.DispatchFormatterSerializeReplyStopIsEnabled()) 253WcfEventSource.Instance.DispatchFormatterSerializeReplyStop(rpc.EventTraceActivity);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (6)
127if (WcfEventSource.Instance.FaultProviderInvokedIsEnabled()) 129WcfEventSource.Instance.FaultProviderInvoked(_handlers[i].GetType().FullName, e.Message); 190if (WcfEventSource.Instance.ServiceExceptionIsEnabled()) 192WcfEventSource.Instance.ServiceException(error.ToString(), error.GetType().FullName); 198if (WcfEventSource.Instance.ErrorHandlerInvokedIsEnabled()) 200WcfEventSource.Instance.ErrorHandlerInvoked(_handlers[i].GetType().FullName, handledByThis, error.GetType().FullName);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (4)
80if (WcfEventSource.Instance.ClientMessageInspectorAfterReceiveInvokedIsEnabled()) 82WcfEventSource.Instance.ClientMessageInspectorAfterReceiveInvoked(rpc.EventTraceActivity, _messageInspectors[i].GetType().FullName); 109if (WcfEventSource.Instance.ClientMessageInspectorBeforeSendInvokedIsEnabled()) 111WcfEventSource.Instance.ClientMessageInspectorBeforeSendInvoked(rpc.EventTraceActivity, _messageInspectors[i].GetType().FullName);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (8)
109if (WcfEventSource.Instance.MessageInspectorAfterReceiveInvokedIsEnabled()) 111WcfEventSource.Instance.MessageInspectorAfterReceiveInvoked(rpc.EventTraceActivity, _messageInspectors[i].GetType().FullName); 148if (WcfEventSource.Instance.MessageInspectorBeforeSendInvokedIsEnabled()) 150WcfEventSource.Instance.MessageInspectorBeforeSendInvoked(rpc.EventTraceActivity, _messageInspectors[i].GetType().FullName); 191if (WcfEventSource.Instance.DispatchMessageStopIsEnabled()) 193WcfEventSource.Instance.DispatchMessageStop(rpc.EventTraceActivity); 283if (WcfEventSource.Instance.DispatchMessageStopIsEnabled()) 285WcfEventSource.Instance.DispatchMessageStop(rpc.EventTraceActivity);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (4)
90if (WcfEventSource.Instance.GetServiceInstanceStartIsEnabled()) 92WcfEventSource.Instance.GetServiceInstanceStart(rpc.EventTraceActivity); 97if (WcfEventSource.Instance.GetServiceInstanceStopIsEnabled()) 99WcfEventSource.Instance.GetServiceInstanceStop(rpc.EventTraceActivity);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (12)
132if (WcfEventSource.Instance.ClientFormatterDeserializeReplyStartIsEnabled()) 134WcfEventSource.Instance.ClientFormatterDeserializeReplyStart(rpc.EventTraceActivity); 139if (WcfEventSource.Instance.ClientFormatterDeserializeReplyStopIsEnabled()) 141WcfEventSource.Instance.ClientFormatterDeserializeReplyStop(rpc.EventTraceActivity); 158if (WcfEventSource.Instance.ClientParameterInspectorAfterCallInvokedIsEnabled()) 160WcfEventSource.Instance.ClientParameterInspectorAfterCallInvoked(rpc.EventTraceActivity, _parameterInspectors[i].GetType().FullName); 196if (WcfEventSource.Instance.ClientParameterInspectorBeforeCallInvokedIsEnabled()) 198WcfEventSource.Instance.ClientParameterInspectorBeforeCallInvoked(rpc.EventTraceActivity, _parameterInspectors[i].GetType().FullName); 217if (WcfEventSource.Instance.ClientFormatterSerializeRequestStartIsEnabled()) 219WcfEventSource.Instance.ClientFormatterSerializeRequestStart(rpc.EventTraceActivity); 226if (WcfEventSource.Instance.ClientFormatterSerializeRequestStopIsEnabled()) 228WcfEventSource.Instance.ClientFormatterSerializeRequestStop(rpc.EventTraceActivity);
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (11)
94if (WcfEventSource.Instance.OperationCompletedIsEnabled() || 95WcfEventSource.Instance.OperationFaultedIsEnabled() || 96WcfEventSource.Instance.OperationFailedIsEnabled()) 140if (WcfEventSource.Instance.OperationInvokedIsEnabled()) 142WcfEventSource.Instance.OperationInvoked(eventTraceActivity, MethodName, TraceUtility.GetCallerInfo(OperationContext.Current)); 159if (WcfEventSource.Instance.OperationCompletedIsEnabled()) 161WcfEventSource.Instance.OperationCompleted(eventTraceActivity, _methodName, 167if (WcfEventSource.Instance.OperationFaultedIsEnabled()) 169WcfEventSource.Instance.OperationFaulted(eventTraceActivity, _methodName, 175if (WcfEventSource.Instance.OperationFailedIsEnabled()) 177WcfEventSource.Instance.OperationFailed(eventTraceActivity, _methodName,
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (11)
156if (WcfEventSource.Instance.OperationCompletedIsEnabled() || 157WcfEventSource.Instance.OperationFaultedIsEnabled() || 158WcfEventSource.Instance.OperationFailedIsEnabled()) 204if (WcfEventSource.Instance.OperationInvokedIsEnabled()) 206WcfEventSource.Instance.OperationInvoked(eventTraceActivity, MethodName, 237if (WcfEventSource.Instance.OperationCompletedIsEnabled()) 239WcfEventSource.Instance.OperationCompleted(eventTraceActivity, _methodName, 245if (WcfEventSource.Instance.OperationFaultedIsEnabled()) 247WcfEventSource.Instance.OperationFaulted(eventTraceActivity, _methodName, 253if (WcfEventSource.Instance.OperationFailedIsEnabled()) 255WcfEventSource.Instance.OperationFailed(eventTraceActivity, _methodName,
System\ServiceModel\Security\IdentityVerifier.cs (2)
277if (WcfEventSource.Instance.SecurityIdentityVerificationFailureIsEnabled()) 279WcfEventSource.Instance.SecurityIdentityVerificationFailure(eventTraceActivity);