4 references to FindElement
System.Xml (4)
System\Xml\Serialization\XmlSchemaImporter.cs (4)
275
XmlSchemaElement element =
FindElement
(name);
358
mapping = ImportElementType(
FindElement
(element.SubstitutionGroup), identifier, desiredMappingType, baseType, ns);
1008
return
FindElement
(element.RefName);
1251
XmlSchemaElement refElement =
FindElement
(element.RefName);