10 writes to DataType
System.Private.Xml (10)
System\Xml\Schema\XmlSchema.cs (3)
266
[XmlAttribute("targetNamespace",
DataType
= "anyURI")]
273
[XmlAttribute("version",
DataType
= "token")]
344
[XmlAttribute("id",
DataType
= "ID")]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
15
[XmlAttribute("id",
DataType
= "ID")]
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
15
[XmlAttribute("id",
DataType
= "ID")]
System\Xml\Schema\XmlSchemaAppInfo.cs (1)
14
[XmlAttribute("source",
DataType
= "anyURI")]
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
18
[XmlAttribute("source",
DataType
= "anyURI")]
System\Xml\Schema\XmlSchemaExternal.cs (2)
19
[XmlAttribute("schemaLocation",
DataType
= "anyURI")]
33
[XmlAttribute("id",
DataType
= "ID")]
System\Xml\Schema\XmlSchemaImport.cs (1)
18
[XmlAttribute("namespace",
DataType
= "anyURI")]
2 references to DataType
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1609
attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.
DataType
, null, isList, false, limiter);
1788
attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.
DataType
, null, limiter);