13 references to Push
mscorlib (13)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
456serObjectInfoInit.oiPool.Push(objectInfo);
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (6)
433stack.Push(pr); 484stack.Push(pr); // Nested objects member names are already on stack 917stack.Push(pr); 926ValueFixupStack.Push(new ValueFixup((Array)objectPr.PRnewObj, objectPr.PRindexMap)); //valuefixup 1098stack.Push(pr); 1105ValueFixupStack.Push(new ValueFixup(objectPr.PRnewObj, pr.PRname, objectPr.PRobjectInfo));//valuefixup
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1424niPool.Push(nameInfo);
system\runtime\serialization\formatters\binary\binaryparser.cs (5)
457stack.Push(op); 564stack.Push(op); 665stack.Push(op); 989stack.Push(op); 1255opPool.Push(op);