5 writes to dataType
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\ExtensionDataObject.cs (5)
84
this.
dataType
= typeof(T);
200
dataType
= Globals.TypeOfClassDataNode;
224
dataType
= Globals.TypeOfXmlDataNode;
263
dataType
= Globals.TypeOfCollectionDataNode;
313
dataType
= Globals.TypeOfISerializableDataNode;
1 reference to dataType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataObject.cs (1)
96
get { return
dataType
; }