5 references to GetTypeDesc
System.Xml (5)
System\Xml\Serialization\Types.cs (1)
611
return
GetTypeDesc
(name, ns, TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.CanBeAttributeValue);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
80
mapping.TypeDesc = Scope.
GetTypeDesc
("string", XmlSchema.Namespace, flags);
1692
typeDesc = Scope.
GetTypeDesc
(dataType.Name, ns, flags);
1754
TypeDesc typeDesc = Scope.
GetTypeDesc
(name.Name, name.Namespace, flags);
1762
return (XmlSchemaSimpleType)Scope.
GetTypeDesc
("string", XmlSchema.Namespace, flags).DataType;