1 write to opPool
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
1254
opPool
= new SerStack("opPool");
5 references to opPool
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryparser.cs (5)
1240
if (
opPool
!= null && !
opPool
.IsEmpty())
1242
op = (ObjectProgress)
opPool
.Pop();
1253
if (
opPool
== null)
1255
opPool
.Push(op);