4 references to TryRemoveItem
System.ServiceModel (4)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
47this.TryRemoveItem(context);
System\ServiceModel\Security\SecurityContextTokenCache.cs (2)
125if (!base.TryRemoveItem(hashKey) && throwIfNotPresent) 183base.TryRemoveItem(matchingKeys[i]);
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
77return this.TryRemoveItem(userName);