10 writes to DataType
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (3)
326
[XmlAttribute("targetNamespace",
DataType
= "anyURI")]
337
[XmlAttribute("version",
DataType
= "token")]
480
[XmlAttribute("id",
DataType
= "ID")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (1)
28
[XmlAttribute("id",
DataType
= "ID")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
28
[XmlAttribute("id",
DataType
= "ID")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAppInfo.cs (1)
27
[XmlAttribute("source",
DataType
= "anyURI")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDocumentation.cs (1)
30
[XmlAttribute("source",
DataType
= "anyURI")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (2)
26
[XmlAttribute("schemaLocation",
DataType
= "anyURI")]
42
[XmlAttribute("id",
DataType
= "ID")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaImport.cs (1)
29
[XmlAttribute("namespace",
DataType
= "anyURI")]
2 references to DataType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1595
attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.
DataType
, null, isList, false, limiter);
1776
attribute.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.
DataType
, null, limiter);