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