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