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