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
;
35
return
_protectionLevel
;
85
return (T)(object)new SecurityCapabilities(true, true, true,
_protectionLevel
,
_protectionLevel
);
155
if (
_protectionLevel
!= security.
_protectionLevel
)