2 references to TryCastToImmutableList
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (1)
1170
if (
TryCastToImmutableList
(items, out ImmutableList<T>? other))
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
1556
if (
TryCastToImmutableList
(keys, out other))