2 references to GetMatchingTypeDesc
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
409
TypeDesc? td = TypeScope.
GetMatchingTypeDesc
(dataType, XmlSchema.Namespace, modelTypeDesc.FullName);
1170
mapping.TypeDesc = TypeScope.
GetMatchingTypeDesc
(dataType, XmlSchema.Namespace, modelTypeDesc.FullName);