4 references to FindType
System.Private.Xml (4)
System\Xml\Serialization\XmlSchemaImporter.cs (4)
334
object? type =
FindType
(element.SchemaTypeName, TypeFlags.CanBeElementValue);
419
object type =
FindType
(name, flags)!;
649
t =
FindType
(t.DerivedFrom, TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue)!;
1734
sourceType =
FindType
(sourceType.DerivedFrom, TypeFlags.CanBeElementValue | TypeFlags.CanBeAttributeValue)!;