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