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