7 references to NetDispatch
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1114
if (string.Compare(code.Namespace, FaultCodeConstants.Namespaces.
NetDispatch
, StringComparison.Ordinal) == 0)
1139
if (string.Compare(code.Namespace, FaultCodeConstants.Namespaces.
NetDispatch
, StringComparison.Ordinal) == 0)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1189
FaultCodeConstants.Namespaces.
NetDispatch
);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
78
FaultCode code = new FaultCode(FaultCodeConstants.Codes.InternalServiceFault, FaultCodeConstants.Namespaces.
NetDispatch
);
100
string.Compare(e.Fault.Code.SubCode.Namespace, FaultCodeConstants.Namespaces.
NetDispatch
, StringComparison.Ordinal) == 0 &&
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
543
FaultCode code = new FaultCode(FaultCodeConstants.Codes.DeserializationFailed, FaultCodeConstants.Namespaces.
NetDispatch
);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
57
faultCodeNamespace = FaultCodeConstants.Namespaces.
NetDispatch
;