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