2 writes to _trustedStoreLocation
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
38_trustedStoreLocation = other._trustedStoreLocation; 101_trustedStoreLocation = value;
3 references to _trustedStoreLocation
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
38_trustedStoreLocation = other._trustedStoreLocation; 96return _trustedStoreLocation; 135bool useMachineContext = _trustedStoreLocation == StoreLocation.LocalMachine;