10 references to Find
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
713
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)Schemas.
Find
(name, typeof(XmlSchemaSimpleType));
730
object type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
745
object type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (7)
492
object type = Schemas.
Find
(qname, typeof(XmlSchemaType));
1957
XmlSchemaGroup group = (XmlSchemaGroup)Schemas.
Find
(name, typeof(XmlSchemaGroup));
1966
XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)Schemas.
Find
(name, typeof(XmlSchemaAttributeGroup));
2019
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)Schemas.
Find
(name, typeof(XmlSchemaSimpleType));
2045
object type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
2055
XmlSchemaElement element = (XmlSchemaElement)Schemas.
Find
(name, typeof(XmlSchemaElement));
2063
XmlSchemaAttribute attribute = (XmlSchemaAttribute)Schemas.
Find
(name, typeof(XmlSchemaAttribute));