3 writes to _protectionLevel
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (3)
16_protectionLevel = ConnectionOrientedTransportDefaults.ProtectionLevel; 21_protectionLevel = elementToBeCloned._protectionLevel; 34_protectionLevel = value;
4 references to _protectionLevel
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (4)
21_protectionLevel = elementToBeCloned._protectionLevel; 29return _protectionLevel; 73return (T)(object)new SecurityCapabilities(true, true, true, _protectionLevel, _protectionLevel);