1 write to _siInfo
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
75
_siInfo
= info;
5 references to _siInfo
System.Collections.Specialized (5)
System\Collections\Specialized\OrderedDictionary.cs (5)
407
if (
_siInfo
== null)
411
_comparer = (IEqualityComparer?)
_siInfo
.GetValue(KeyComparerName, typeof(IEqualityComparer));
412
_readOnly =
_siInfo
.GetBoolean(ReadOnlyName);
413
_initialCapacity =
_siInfo
.GetInt32(InitCapacityName);
415
object[]? serArray = (object[]?)
_siInfo
.GetValue(ArrayListName, typeof(object[]));