2 writes to expectedType
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
207expectedType = BinaryTypeEnum.ObjectUrt; 216expectedType = op.expectedType;
3 references to expectedType
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
114SerTrace.Log( this, "Run loop ",((Enum)expectedType).ToString()); 116switch (expectedType) 218SerTrace.Log( this, "Run loop opName ",op.name,", expectedType ",((Enum)expectedType).ToString()," expectedTypeInformation, ",expectedTypeInformation);