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