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