Home
last modified time | relevance | path

Searched defs:equalKey (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DIImmutableDictionary.cs110 bool TryGetKey(TKey equalKey, out TKey actualKey); in TryGetKey()
H A DImmutableDictionary_2.cs436 public bool TryGetKey(TKey equalKey, out TKey actualKey) in TryGetKey()
953 private static bool TryGetKey(TKey equalKey, MutationInput origin, out TKey actualKey) in TryGetKey()
H A DImmutableDictionary_2.Builder.cs613 public bool TryGetKey(TKey equalKey, out TKey actualKey) in TryGetKey()
H A DImmutableSortedDictionary_2.Builder.cs481 public bool TryGetKey(TKey equalKey, out TKey actualKey) in TryGetKey()
H A DImmutableSortedDictionary_2.Node.cs397 internal bool TryGetKey(TKey equalKey, IComparer<TKey> keyComparer, out TKey actualKey) in TryGetKey()
H A DImmutableSortedDictionary_2.cs508 public bool TryGetKey(TKey equalKey, out TKey actualKey) in TryGetKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/tests/
H A DImmutableDictionaryBuilderTest.cs283 …l TryGetKeyHelper<TKey, TValue>(IDictionary<TKey, TValue> dictionary, TKey equalKey, out TKey actu… in TryGetKeyHelper() argument
H A DImmutableDictionaryBuilderTestBase.cs263 …l TryGetKeyHelper<TKey, TValue>(IDictionary<TKey, TValue> dictionary, TKey equalKey, out TKey actu… in TryGetKeyHelper() argument
H A DImmutableSortedDictionaryBuilderTest.cs323 …l TryGetKeyHelper<TKey, TValue>(IDictionary<TKey, TValue> dictionary, TKey equalKey, out TKey actu… in TryGetKeyHelper() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/ref/
H A DSystem.Collections.Immutable.cs20 bool TryGetKey(TKey equalKey, out TKey actualKey); in TryGetKey()
329 public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } in TryGetKey()
374 public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } in TryGetKey()
805 public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } in TryGetKey()
853 public bool TryGetKey(TKey equalKey, out TKey actualKey) { throw null; } in TryGetKey()