12 references to TYPE
System.Data (12)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
310string xsdTypeName = xmlReader.GetAttribute(Keywords.TYPE, Keywords.XSINS); // this xsd type: Base type polymorphism
fx\src\data\System\Data\XDRSchema.cs (4)
85strType = node.GetAttribute(Keywords.TYPE); 305instanceName = node.GetAttribute(Keywords.TYPE); 307throw ExceptionBuilder.MissingAttribute("Element", Keywords.TYPE); 364strType = node.GetAttribute(Keywords.TYPE);
fx\src\data\System\Data\XmlDataLoader.cs (1)
1099xsiTypeString = dataReader.GetAttribute(Keywords.TYPE, Keywords.XSINS);
fx\src\data\System\Data\XMLDiffLoader.cs (1)
358(row.GetAttribute(Keywords.TYPE, Keywords.XSINS) != null)) ;
fx\src\data\System\Data\xmlsaver.cs (5)
1049string keyword = Keywords.TYPE; 1557root.SetAttribute(Keywords.TYPE, XSDSchema.QualifiedName(_typeName)); 1584root.SetAttribute( Keywords.TYPE, NewDiffgramGen.QualifiedName((string)prefixes[table.TypeName.Namespace], table.TypeName.Name) ); 2282_xmlw.WriteAttributeString(Keywords.XSI, Keywords.TYPE, Keywords.XSINS, xsdTypeName); 2653_xmlw.WriteAttributeString(Keywords.XSI, Keywords.TYPE, Keywords.XSINS, xsdTypeName);