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