2 writes to _expectedTypeInformation
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (1)
175isData = op.GetNext(out op._expectedType, out op._expectedTypeInformation);
System\Runtime\Serialization\Formatters\Binary\ObjectProgress.cs (1)
49_expectedTypeInformation = null;
1 reference to _expectedTypeInformation
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (1)
177_expectedTypeInformation = op._expectedTypeInformation;