1 write to reflectedContracts
System.WorkflowServices (1)
System\ServiceModel\WorkflowServiceHost.cs (1)
150
return new DescriptionCreator(this.workflowDefinitionContext).BuildServiceDescription(out implementedContracts, out this.
reflectedContracts
);
2 references to reflectedContracts
System.WorkflowServices (2)
System\ServiceModel\WorkflowServiceHost.cs (2)
115
if (this.
reflectedContracts
== null)
120
if (!
reflectedContracts
.Contains(implementedContract))