2 writes to hasProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\FaultDescription.cs (2)
80this.hasProtectionLevel = true; 97this.hasProtectionLevel = false;
1 reference to hasProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\FaultDescription.cs (1)
91get { return this.hasProtectionLevel; }