1 write to removeOldestTokensOnCacheFull
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
37this.removeOldestTokensOnCacheFull = removeOldestTokensOnCacheFull;
2 references to removeOldestTokensOnCacheFull
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (2)
39this.tokenCache = new SecurityContextTokenCache(this.capacity, this.removeOldestTokensOnCacheFull, clockSkew); 62return this.removeOldestTokensOnCacheFull;