2 writes to _protectionLevel
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
26_protectionLevel = DefaultProtectionLevel; 39_protectionLevel = value;
2 references to _protectionLevel
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
32get { return _protectionLevel; } 46result.ProtectionLevel = _protectionLevel;