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)
407if (_siInfo == null) 411_comparer = (IEqualityComparer?)_siInfo.GetValue(KeyComparerName, typeof(IEqualityComparer)); 412_readOnly = _siInfo.GetBoolean(ReadOnlyName); 413_initialCapacity = _siInfo.GetInt32(InitCapacityName); 415object[]? serArray = (object[]?)_siInfo.GetValue(ArrayListName, typeof(object[]));