1 write to isHostingEndpoint
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
145
this.
isHostingEndpoint
= endpoint is WorkflowHostingEndpoint;
2 references to isHostingEndpoint
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (2)
152
if (this.
isHostingEndpoint
)
178
Fx.Assert(this.
isHostingEndpoint
|| outputs == null || outputs.Length == 0, "Workflow returned a non-empty out-arg");