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