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