2 writes to expectedTypeInformation
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
208expectedTypeInformation = null; 217expectedTypeInformation = op.expectedTypeInformation;
3 references to expectedTypeInformation
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
218SerTrace.Log( this, "Run loop opName ",op.name,", expectedType ",((Enum)expectedType).ToString()," expectedTypeInformation, ",expectedTypeInformation); 1061memberPrimitiveUnTyped.Set((InternalPrimitiveTypeE)expectedTypeInformation); 1068prs.PRdtTypeCode = (InternalPrimitiveTypeE)expectedTypeInformation;