5 references to HasProtectionLevel
System.WorkflowServices (5)
System\Workflow\Activities\ContractMethodInfo.cs (1)
80
if (operationInfo.
HasProtectionLevel
&& operationInfo.ProtectionLevel != null)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
79
if (workflowOperationListItem.Operation.
HasProtectionLevel
)
System\Workflow\Activities\OperationInfo.cs (3)
116
if (this.
HasProtectionLevel
)
149
if (operationInfo.
HasProtectionLevel
!= this.
HasProtectionLevel
)