1 instantiation of NameObjectEntry
System.Collections.Specialized (1)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
176
NameObjectEntry entry = new
NameObjectEntry
(name, value);
12 references to NameObjectEntry
System.Collections.Specialized (12)
System\Collections\Specialized\NameObjectCollectionBase.cs (12)
31
private volatile
NameObjectEntry
? _nullKeyEntry;
124
private
NameObjectEntry
? FindEntry(string? key)
127
return (
NameObjectEntry
?)_entriesTable[key];
176
NameObjectEntry
entry = new NameObjectEntry(name, value);
282
NameObjectEntry
? e = FindEntry(name);
297
NameObjectEntry
? entry = FindEntry(name);
319
NameObjectEntry
entry = (
NameObjectEntry
)_entriesArray[index]!; // no null entry added to the array
330
NameObjectEntry
entry = (
NameObjectEntry
)_entriesArray[index]!;
343
NameObjectEntry
entry = (
NameObjectEntry
)_entriesArray[index]!;