1 write to behavior
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (1)
44
this.
behavior
= new WorkflowRuntimeServicesBehavior();
5 references to behavior
System.WorkflowServices (5)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (5)
45
this.Behaviors.Add(
behavior
);
81
behavior
.AddService(service);
86
behavior
.RemoveService(service);
91
return
behavior
.GetService(serviceType);
96
return
behavior
.GetService<T>();