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