1 write to instanceNotFoundCode
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\OperationExecutionFault.cs (1)
80
instanceNotFoundCode
= new FaultCode(XD2.WorkflowControlServiceFaults.InstanceNotFound, XD2.WorkflowServices.Namespace);
2 references to instanceNotFoundCode
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\OperationExecutionFault.cs (2)
78
if (
instanceNotFoundCode
== null)
82
return new OperationExecutionFault(description,
instanceNotFoundCode
);