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; 83return _trustedStoreLocation; 122bool useMachineContext = _trustedStoreLocation == StoreLocation.LocalMachine;