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