1 write to _protectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
116
_protectionLevel
= value;
2 references to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
108
return
_protectionLevel
;
188
if (this.ProtectionLevel != other.
_protectionLevel
)