5 references to NetDispatch
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1036
if (string.Compare(code.Namespace, FaultCodeConstants.Namespaces.
NetDispatch
, StringComparison.Ordinal) == 0)
1056
if (string.Compare(code.Namespace, FaultCodeConstants.Namespaces.
NetDispatch
, StringComparison.Ordinal) == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
83
FaultCode code = new FaultCode(FaultCodeConstants.Codes.InternalServiceFault, FaultCodeConstants.Namespaces.
NetDispatch
);
105
string.Compare(e.Fault.Code.SubCode.Namespace, FaultCodeConstants.Namespaces.
NetDispatch
, StringComparison.Ordinal) == 0 &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
555
FaultCode code = new FaultCode(FaultCodeConstants.Codes.DeserializationFailed, FaultCodeConstants.Namespaces.
NetDispatch
);