3 references to EmptyTyped
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableSegmentedHashSetTest.cs (2)
71
var emptySet =
EmptyTyped
<int>().WithComparer(new BadHasher<int>());
78
var emptySet =
EmptyTyped
<string>().WithComparer(new BadHasher<string>());
Collections\ImmutableSegmentedHashSetTest.nonnetstandard.cs (1)
24
EmptyTestHelper(
EmptyTyped
<string>().WithComparer(StringComparer.OrdinalIgnoreCase), "a", StringComparer.OrdinalIgnoreCase);