6 references to SerStack
mscorlib (6)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
908internal SerStack oiPool = new SerStack("SerObjectInfo Pool");
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
81valueFixupStack = new SerStack("ValueType Fixup Stack"); 344stack = new SerStack("ObjectReader Object Stack");
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1400private SerStack niPool = new SerStack("NameInfo Pool");
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
39internal SerStack stack = new SerStack("ObjectProgressStack"); 1254opPool = new SerStack("opPool");