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