3 writes to IncludeExceptionDetailInFaults
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
42(ieb as CallbackDebugBehavior).IncludeExceptionDetailInFaults = includeExceptionDetailInFaults; 68(ieb2 as CallbackDebugBehavior).IncludeExceptionDetailInFaults = includeExceptionDetailInFaults;
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
15IncludeExceptionDetailInFaults = includeExceptionDetailInFaults;
1 reference to IncludeExceptionDetailInFaults
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
41if (channelDispatcher != null && IncludeExceptionDetailInFaults)