4 references to FindType
System.Xml (4)
System\Xml\Serialization\XmlSchemaImporter.cs (4)
342
object type =
FindType
(element.SchemaTypeName, TypeFlags.CanBeElementValue);
466
object type =
FindType
(name, flags);
658
t =
FindType
(t.DerivedFrom, TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue);
1597
sourceType =
FindType
(sourceType.DerivedFrom, TypeFlags.CanBeElementValue | TypeFlags.CanBeAttributeValue);