2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
46this.trustedStoreLocation = other.trustedStoreLocation; 138this.trustedStoreLocation = value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (3)
46this.trustedStoreLocation = other.trustedStoreLocation; 133return this.trustedStoreLocation; 188bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;