2 writes to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (2)
86
_protectionLevel
= value;
255
_protectionLevel
= ProtectionLevel.None;
1 reference to _protectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationDescription.cs (1)
81
get { return
_protectionLevel
; }