Home
last modified time | relevance | path

Searched defs:siInfo (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Dlinkedlist.cs29 …private SerializationInfo siInfo; //A temporary variable which we need during deserialization. … field in System.Collections.Generic.LinkedList
473 … private SerializationInfo siInfo; //A temporary variable which we need during deserialization. field
H A Dsortedset.cs86 … private SerializationInfo siInfo; //A temporary variable which we need during deserialization. field in System.Collections.Generic.SortedSet
2167 private SerializationInfo siInfo; field
H A Dsorteddictionary.cs799 … public TreeSet(SerializationInfo siInfo, StreamingContext context) : base(siInfo, context) { } in TreeSet()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/src/System/Collections/Generic/
H A DSortedDictionary.cs975 … public TreeSet(SerializationInfo siInfo, StreamingContext context) : base(siInfo, context) { } in TreeSet()
H A DSortedSet.cs60 … private SerializationInfo siInfo; // A temporary variable which we need during deserialization. field in System.Collections.Generic.SortedSet