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