3 writes to _protectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (3)
19this._protectionLevel = DefaultProtectionLevel; 32this._protectionLevel = value; 45transportSecurity._protectionLevel = wssbe.ProtectionLevel;
2 references to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (2)
25get { return this._protectionLevel; } 39result.ProtectionLevel = this._protectionLevel;