13 references to Push
System.Runtime.Serialization.Formatters (13)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (1)
319serObjectInfoInit._oiPool.Push(objectInfo);
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (6)
217private void ParseSerializedStreamHeader(ParseRecord pr) => _stack!.Push(pr); 239_stack!.Push(pr); // Nested objects member names are already on stack 602_stack.Push(pr); 610ValueFixupStack.Push(new ValueFixup((Array)objectPr._newObj, objectPr._indexMap)); //valuefixup 754_stack.Push(pr); 759ValueFixupStack.Push(new ValueFixup(objectPr._newObj, pr._name, objectPr._objectInfo)); //valuefixup
System\Runtime\Serialization\Formatters\Binary\BinaryObjectWriter.cs (1)
1028private void PutNameInfo(NameInfo nameInfo) => _niPool.Push(nameInfo);
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (5)
327_stack.Push(op); 428_stack.Push(op); 532_stack.Push(op); 847_stack.Push(op); 1053_opPool.Push(op);