2 references to NodeValueName
System (2)
compmod\system\collections\generic\sortedset.cs (2)
2228
info.AddValue(
NodeValueName
, (current == null ? dummyNode.Item : current.Item), typeof(T));
2247
T item = (T)siInfo.GetValue(
NodeValueName
, typeof(T));