3 references to GetElement
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
1399
particle = _compiledSchemaInfo.
GetElement
(elementName); //Re-assign correct particle
1416
XmlSchemaElement memberElem = _compiledSchemaInfo.
GetElement
(member);
1422
XmlSchemaElement headElem = _compiledSchemaInfo.
GetElement
(head);