1 override of TryGetKeyHelper
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
301
protected override bool
TryGetKeyHelper
<TKey, TValue>(IDictionary<TKey, TValue> dictionary, TKey equalKey, out TKey actualKey)
3 references to TryGetKeyHelper
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableDictionaryBuilderTestBase.nonnetstandard.cs (3)
23
Assert.True(
TryGetKeyHelper
(builder, "a", out string actualKey));
26
Assert.True(
TryGetKeyHelper
(builder, "A", out actualKey));
29
Assert.False(
TryGetKeyHelper
(builder, "b", out actualKey));