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