11 references to MSD_INSTANCETYPE
System.Data.Common (11)
System\Data\Common\ObjectStorage.cs (1)
370
string? typeName = xmlReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS);
System\Data\Common\SqlUDTStorage.cs (2)
177
string? typeName = xmlReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS);
180
string? xsdTypeName = xmlReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.XSINS); // this xsd type
System\Data\XmlDataLoader.cs (1)
1170
typeName = _dataReader.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS);
System\Data\XMLDiffLoader.cs (1)
392
bool isPolymorphism = (column.DataType == typeof(object) || (row.GetAttribute(Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS) != null) ||
System\Data\xmlsaver.cs (6)
2609
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
2635
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, valuesType.FullName);
2639
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, Keywords.TYPEINSTANCE);
3043
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
3067
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, valuesType.FullName);
3071
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.
MSD_INSTANCETYPE
, Keywords.MSDNS, Keywords.TYPEINSTANCE);