5 references to NetDispatcher
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
858string action = FaultCodeConstants.Actions.NetDispatcher;
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
91string action = FaultCodeConstants.Actions.NetDispatcher;
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
195faultContractInfos.Add(new FaultContractInfo(FaultCodeConstants.Actions.NetDispatcher, typeof(ExceptionDetail)));
System\ServiceModel\Dispatcher\NetDispatcherFaultException.cs (2)
11: base(reason, code, FaultCodeConstants.Actions.NetDispatcher, innerException) 15: base(reason, code, FaultCodeConstants.Actions.NetDispatcher, innerException)