2 writes to _expectedType
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)
48_expectedType = BinaryTypeEnum.ObjectUrt;
1 reference to _expectedType
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (1)
176_expectedType = op._expectedType;