3 writes to siInfo
System (3)
compmod\system\collections\generic\sortedset.cs (3)
2182
siInfo
= null;
2199
siInfo
= null;
2212
this.
siInfo
= info;
6 references to siInfo
System (6)
compmod\system\collections\generic\sortedset.cs (6)
2236
if (
siInfo
== null) {
2240
tree = (SortedSet<T>)
siInfo
.GetValue(TreeName, typeof(SortedSet<T>));
2241
version =
siInfo
.GetInt32(EnumVersionName);
2242
reverse =
siInfo
.GetBoolean(ReverseName);
2243
bool EnumStarted =
siInfo
.GetBoolean(EnumStartName);
2247
T item = (T)
siInfo
.GetValue(NodeValueName, typeof(T));