6 references to GetElementDecl
System.Private.Xml (6)
System\Xml\Schema\DtdValidator.cs (1)
241SchemaElementDecl? elementDecl = schemaInfo!.GetElementDecl(elementName);
System\Xml\Schema\SchemaInfo.cs (1)
134SchemaElementDecl? ed = GetElementDecl(qname);
System\Xml\Schema\XdrValidator.cs (1)
227SchemaElementDecl? elementDecl = schemaInfo!.GetElementDecl(elementName);
System\Xml\Schema\XmlSchemaValidator.cs (2)
430elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 1634elementDecl = _compiledSchemaInfo.GetElementDecl(elementName);
System\Xml\Schema\XsdValidator.cs (1)
382elementDecl ??= schemaInfo!.GetElementDecl(elementName);