2 instantiations of CallbackDebugBehavior
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
46endpointBehaviors.Add(new CallbackDebugBehavior(includeExceptionDetailInFaults)); 72endpointBehaviors2.Add(new CallbackDebugBehavior(includeExceptionDetailInFaults));
5 references to CallbackDebugBehavior
Client.ExpectedExceptions.IntegrationTests (4)
CallbackDebugBehaviorTests.cs (4)
40if (endpointBehaviors.TryGetValue(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb)) 42(ieb as CallbackDebugBehavior).IncludeExceptionDetailInFaults = includeExceptionDetailInFaults; 66if (endpointBehaviors2.TryGetValue(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb2)) 68(ieb2 as CallbackDebugBehavior).IncludeExceptionDetailInFaults = includeExceptionDetailInFaults;
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
35SRP.Format(SRP.SFXEndpointBehaviorUsedOnWrongSide, typeof(CallbackDebugBehavior).Name)));