2 writes to hasProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\OperationDescription.cs (2)
125
this.
hasProtectionLevel
= true;
277
this.
hasProtectionLevel
= false;
1 reference to hasProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\OperationDescription.cs (1)
136
get { return this.
hasProtectionLevel
; }