3 overrides of OnRemove
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
64protected override void OnRemove(object item)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
277protected override void OnRemove(object item)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
85protected override void OnRemove(object item)
8 references to OnRemove
System.ServiceModel (8)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
67base.OnRemove(item);
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
280base.OnRemove(item);
System\ServiceModel\Security\TimeBoundedCache.cs (5)
141this.OnRemove(ExtractItem(currentItem)); 178this.OnRemove(ExtractItem(currentItem)); 210OnRemove(ExtractItem(item)); 289this.OnRemove(ExtractItem(currentItem)); 400this.OnRemove(ExtractItem(item));
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
88base.OnRemove(item);