135 if (this.
head !=
null)
146 if (linkedListNode !=
null)
159 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
168 if (linkedListNode !=
null)
206 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
212 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
279 int num = this.
count;
288 int num = this.
count;
310 if (node.
list ==
null)
374 int rank =
array.Rank;
376 if (
array.GetLowerBound((
int)num) != 0)
388 if (linkedListNode !=
null)
404 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
448 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
457 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
517 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
523 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
class f__AnonymousType0<< Count > j__TPar
void AddLast(LinkedListNode< T > node)
void InternalInsertNodeToEmptyList(LinkedListNode< T > newNode)
void Remove(LinkedListNode< T > node)
virtual void OnDeserialization(object sender)
LinkedListNode< T > First
LinkedList< T >.Enumerator GetEnumerator()
void InternalInsertNodeBefore(LinkedListNode< T > node, LinkedListNode< T > newNode)
LinkedList(SerializationInfo info, StreamingContext context)
LinkedListNode< T > Find(T value)
LinkedListNode< T > AddFirst(T value)
void ValidateNewNode(LinkedListNode< T > node)
void InternalRemoveNode(LinkedListNode< T > node)
LinkedListNode< T > AddAfter(LinkedListNode< T > node, T value)
void ValidateNode(LinkedListNode< T > node)
void CopyTo(T[] array, int index)
SerializationInfo _siInfo
virtual void GetObjectData(SerializationInfo info, StreamingContext context)
LinkedListNode< T > AddLast(T value)
void AddValue(string name, object value, Type type)
int GetInt32(string name)
object GetValue(string name, Type type)
void CopyTo(T[] array, int arrayIndex)
IEnumerator< T > GetEnumerator()
void OnDeserialization(object sender)
void GetObjectData(SerializationInfo info, StreamingContext context)
Enumerator(LinkedList< T > list)
LinkedListNode< T > _node
Enumerator(SerializationInfo info, StreamingContext context)