1 write to attributes
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
69this.attributes = new Attribute[] { new ServiceContractAttribute() };
2 references to attributes
System.WorkflowServices (2)
System\Workflow\Activities\ContractType.cs (2)
233return ServiceOperationHelpers.GetCustomAttributes(attributeType, this.attributes); 420return ServiceOperationHelpers.IsDefined(attributeType, attributes);