7 references to handlersByType
System.IdentityModel (7)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (7)
103get { return this.handlersByType.Keys; } 167this.handlersByType.TryGetValue(tokenType, out handler); 230if (tokenType != null && this.handlersByType.ContainsKey(tokenType)) 474this.handlersByType.Clear(); 673this.handlersByType.Add(type, handler); 712if (type != null && this.handlersByType.ContainsKey(type)) 714this.handlersByType.Remove(type);