5 references to GetTypeDesc
System.Private.Xml (5)
System\Xml\Serialization\Types.cs (1)
664return GetTypeDesc(name, ns, TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.CanBeAttributeValue);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
44mapping.TypeDesc = TypeScope.GetTypeDesc("string", XmlSchema.Namespace, flags); 1843typeDesc = TypeScope.GetTypeDesc(dataType.Name, ns, flags); 1918TypeDesc? typeDesc = TypeScope.GetTypeDesc(name.Name, name.Namespace, flags); 1930return (XmlSchemaSimpleType?)TypeScope.GetTypeDesc("string", XmlSchema.Namespace, flags)!.DataType;