11 references to MSD_INSTANCETYPE
System.Data (11)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
308
string typeName = xmlReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS);
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (2)
161
string typeName = xmlReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS);
163
string xsdTypeName = xmlReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.XSINS); // this xsd type
fx\src\data\System\Data\XmlDataLoader.cs (1)
1100
typeName = dataReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS);
fx\src\data\System\Data\XMLDiffLoader.cs (1)
357
bool isPolymorphism = (column.DataType == typeof(Object)|| (row.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS) != null) ||
fx\src\data\System\Data\xmlsaver.cs (6)
2254
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
2275
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, valuesType.FullName);
2278
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, Keywords.TYPEINSTANCE);
2627
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
2646
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, valuesType.FullName);
2649
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, Keywords.TYPEINSTANCE);