1 write to matchByOperationCallback
System.WorkflowServices (1)
System\Workflow\Activities\SendActivityDesigner.cs (1)
91
matchByOperationCallback
= new ActivityComparer<SendActivity>(MatchByOperation);
2 references to matchByOperationCallback
System.WorkflowServices (2)
System\Workflow\Activities\SendActivityDesigner.cs (2)
89
if (
matchByOperationCallback
== null)
93
return
matchByOperationCallback
;