Implemented interface members:
2 references to ContainsKey
Microsoft.Extensions.Http.Diagnostics (1)
Latency\Internal\HttpRequestLatencyListener.cs (1)
60
if (Enabled && _eventToTokenMap.
ContainsKey
(eventSourceName))
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.cs (1)
597
return key is TKey tkey &&
ContainsKey
(tkey);