14 references to Find
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
110
XmlSchemaComplexType type = (XmlSchemaComplexType)Schemas.
Find
(part.Type, typeof(XmlSchemaComplexType));
System\Web\Services\Description\ServiceDescriptionImporter.cs (3)
446
XmlSchemaElement element = (XmlSchemaElement)allSchemas.
Find
(part.Element, typeof(XmlSchemaElement));
450
XmlSchemaType type = (XmlSchemaType)allSchemas.
Find
(element.SchemaTypeName, typeof(XmlSchemaType));
458
XmlSchemaType type = (XmlSchemaType)allSchemas.
Find
(part.Type, typeof(XmlSchemaType));
System.Xml (10)
System\Xml\Serialization\SoapSchemaImporter.cs (3)
631
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)Schemas.
Find
(name, typeof(XmlSchemaSimpleType));
645
object type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
657
object type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
System\Xml\Serialization\XmlSchemaImporter.cs (7)
435
object type = Schemas.
Find
(qname, typeof(XmlSchemaType));
1704
XmlSchemaGroup group = (XmlSchemaGroup)Schemas.
Find
(name, typeof(XmlSchemaGroup));
1712
XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)Schemas.
Find
(name, typeof(XmlSchemaAttributeGroup));
1757
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)Schemas.
Find
(name, typeof(XmlSchemaSimpleType));
1777
object type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
1785
XmlSchemaElement element = (XmlSchemaElement)Schemas.
Find
(name, typeof(XmlSchemaElement));
1792
XmlSchemaAttribute attribute = (XmlSchemaAttribute)Schemas.
Find
(name, typeof(XmlSchemaAttribute));