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