4 references to FindElement
System.Private.Xml (4)
System\Xml\Serialization\XmlSchemaImporter.cs (4)
251
XmlSchemaElement element =
FindElement
(name);
352
mapping = ImportElementType(
FindElement
(element.SubstitutionGroup), identifier, desiredMappingType, baseType, ns);
1062
return
FindElement
(element.RefName);
1335
XmlSchemaElement refElement =
FindElement
(element.RefName);