1 instantiation of ListDictionaryInternal
System.Private.CoreLib (1)
System\Exception.NativeAot.cs (1)
31
private static ListDictionaryInternal CreateDataContainer() => new
ListDictionaryInternal
();
10 references to ListDictionaryInternal
mscorlib (1)
mscorlib.cs (1)
15
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.
ListDictionaryInternal
))]
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (8)
209
private readonly
ListDictionaryInternal
list;
214
public NodeEnumerator(
ListDictionaryInternal
list)
294
private readonly
ListDictionaryInternal
list;
297
public NodeKeyValueCollection(
ListDictionaryInternal
list, bool isKeys)
332
private readonly
ListDictionaryInternal
list;
338
public NodeKeyValueEnumerator(
ListDictionaryInternal
list, bool isKeys)
402
private readonly
ListDictionaryInternal
_list;
404
public ListDictionaryInternalDebugView(
ListDictionaryInternal
list)
System\Exception.NativeAot.cs (1)
31
private static
ListDictionaryInternal
CreateDataContainer() => new ListDictionaryInternal();