3 writes to _protectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (3)
21_protectionLevel = ConnectionOrientedTransportDefaults.ProtectionLevel; 27_protectionLevel = elementToBeCloned._protectionLevel; 40_protectionLevel = value;
6 references to _protectionLevel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (6)
27_protectionLevel = elementToBeCloned._protectionLevel; 35return _protectionLevel; 85return (T)(object)new SecurityCapabilities(true, true, true, _protectionLevel, _protectionLevel); 155if (_protectionLevel != security._protectionLevel)