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