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