2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
37this.trustedStoreLocation = other.trustedStoreLocation; 98this.trustedStoreLocation = value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
37this.trustedStoreLocation = other.trustedStoreLocation; 93return this.trustedStoreLocation; 132bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;