Home
last modified time | relevance | path

Searched defs:comparers (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableDictionary_2.cs54 … private ImmutableDictionary(SortedInt32KeyNode<HashBucket> root, Comparers comparers, int count) in ImmutableDictionary()
68 private ImmutableDictionary(Comparers comparers = null) in ImmutableDictionary()
865 private static ImmutableDictionary<TKey, TValue> EmptyWithComparers(Comparers comparers) in EmptyWithComparers()
1056 …eDictionary<TKey, TValue> Wrap(SortedInt32KeyNode<HashBucket> root, Comparers comparers, int count) in Wrap()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DSortQuery.cs137 private IComparer[] comparers; field in MS.Internal.Xml.XPath.XPathSortComparer
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/Dictionary/
H A DDictionary.Tests.cs258 …]> GetCopyConstructorData<T>(Func<int, T> keyValueSelector, IEqualityComparer<T>[] comparers = nul… in GetCopyConstructorData()