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