1 write to attributes
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
86
this.
attributes
= new Attribute[] { operationContract };
2 references to attributes
System.WorkflowServices (2)
System\Workflow\Activities\ContractMethodInfo.cs (2)
177
return ServiceOperationHelpers.GetCustomAttributes(attributeType, this.
attributes
);
207
return ServiceOperationHelpers.IsDefined(attributeType,
attributes
);