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