1 write to _useCurrentUserProtectionScope
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (1)
27
_useCurrentUserProtectionScope
= useCurrentUserProtectionScope;
2 references to _useCurrentUserProtectionScope
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (2)
43
return
_useCurrentUserProtectionScope
;
62
result.AppendFormat("{0} UseCurrentUserProtectionScope={1}", Environment.NewLine,
_useCurrentUserProtectionScope
);