2 writes to _trustedStoreLocation
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
33
_trustedStoreLocation
= other._trustedStoreLocation;
88
_trustedStoreLocation
= value;
3 references to _trustedStoreLocation
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
33
_trustedStoreLocation = other.
_trustedStoreLocation
;
83
return
_trustedStoreLocation
;
122
bool useMachineContext =
_trustedStoreLocation
== StoreLocation.LocalMachine;