12 writes to PRdtType
mscorlib (12)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
913
pr.
PRdtType
= objectPr.PRarrayElementType;
1081
pr.
PRdtType
= objectPr.PRobjectInfo.GetType(pr.PRname);
system\runtime\serialization\formatters\binary\binaryparser.cs (9)
508
pr.
PRdtType
= objectMap.objectType;
637
pr.
PRdtType
= objectMap.objectType;
731
pr.
PRdtType
= objectMap.objectType;
778
prs.
PRdtType
= Converter.typeofString;
836
prs.
PRdtType
= Converter.ToType(memberPrimitiveTyped.primitiveTypeEnum);
924
pr.
PRdtType
= objectOp.dtType;
1069
prs.
PRdtType
= Converter.ToType(prs.PRdtTypeCode);
1108
prs.
PRdtType
= objectOp.dtType;
1140
prs.
PRdtType
= objectOp.dtType;
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
164
PRdtType
= null;
23 references to PRdtType
mscorlib (23)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (23)
457
Type t = pr.
PRdtType
;
498
if ((object)pr.
PRdtType
== null)
504
if (Object.ReferenceEquals(pr.
PRdtType
, Converter.typeofString))
536
CheckSerializable(pr.
PRdtType
);
539
pr.PRnewObj = FormatterServices.GetSafeUninitializedObject(pr.
PRdtType
);
542
pr.PRnewObj = FormatterServices.GetUninitializedObject(pr.
PRdtType
);
549
throw new SerializationException(Environment.GetResourceString("Serialization_TopObjectInstantiate",pr.
PRdtType
));
560
pr.PRobjectInfo = ReadObjectInfo.Create(pr.
PRdtType
, m_surrogates, m_context, m_objectManager, serObjectInfoInit, m_formatterConverter, bSimpleAssembly);
593
if (Object.ReferenceEquals(objectPr.
PRdtType
, Converter.typeofString))
911
if ((object)pr.
PRdtType
== null)
947
if ((Object.ReferenceEquals(objectPr.PRarrayElementType, Converter.typeofString)) || (Object.ReferenceEquals(pr.
PRdtType
, Converter.typeofString)))
965
if (Object.ReferenceEquals(pr.
PRdtType
, Converter.typeofString))
972
CheckSerializable(pr.
PRdtType
);
976
var = FormatterServices.GetSafeUninitializedObject(pr.
PRdtType
);
979
var = FormatterServices.GetUninitializedObject(pr.
PRdtType
);
1078
if (((object)pr.
PRdtType
== null) && objectPr.PRobjectInfo.isTyped)
1083
if ((object)pr.
PRdtType
!= null)
1084
pr.PRdtTypeCode = Converter.ToCode(pr.
PRdtType
);
1138
if (Object.ReferenceEquals(pr.
PRdtType
, Converter.typeofString))
1152
else if (Object.ReferenceEquals(pr.
PRdtType
, Converter.typeofObject))
1156
SerTrace.Log( this, "Object Class with no memberInfo data Member "+pr.PRname+" type "+pr.
PRdtType
);
1161
if (Object.ReferenceEquals(pr.
PRdtType
, Converter.typeofSystemVoid))
1164
objectPr.PRobjectInfo.AddValue(pr.PRname, pr.
PRdtType
, ref objectPr.PRsi, ref objectPr.PRmemberData);