3 references to GetElement
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
1373
particle = _compiledSchemaInfo.
GetElement
(elementName); //Re-assign correct particle
1390
XmlSchemaElement? memberElem = _compiledSchemaInfo.
GetElement
(member);
1396
XmlSchemaElement? headElem = _compiledSchemaInfo.
GetElement
(head);