9 implementations of Create
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
315
public string
Create
(ReadOnlySpan<char> span) => span.ToString();
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (2)
105
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
137
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\RandomizedStringEqualityComparer.cs (2)
57
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
102
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (4)
289
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
408
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
470
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
552
string IAlternateEqualityComparer<ReadOnlySpan<char>, string?>.
Create
(ReadOnlySpan<char> span) =>
4 references to Create
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2494
TKey actualKey = comparer.
Create
(key);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
718
ThrowHelper.ThrowKeyNotFoundException(GetAlternateComparer(Dictionary).
Create
(key));
1002
TKey actualKey = comparer.
Create
(key);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
495
T mappedItem = comparer.
Create
(item);