2 writes to expectedType
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
2241expectedType = BinaryTypeEnum.ObjectUrt;
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
215isData = op.GetNext(out op.expectedType, out op.expectedTypeInformation);
1 reference to expectedType
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
216expectedType = op.expectedType;