7 references to GetAttDef
System.Private.Xml (7)
System\Xml\Schema\DtdParser.cs (2)
700
bool attrDefAlreadyExists = (elementDecl.
GetAttDef
(attrDef.Name) != null);
773
SchemaAttDef? idAttrDef = elementDecl.
GetAttDef
(attrDef.Name);
System\Xml\Schema\DtdParserAsync.cs (2)
344
bool attrDefAlreadyExists = (elementDecl.
GetAttDef
(attrDef.Name) != null);
417
SchemaAttDef? idAttrDef = elementDecl.
GetAttDef
(attrDef.Name);
System\Xml\Schema\DtdValidator.cs (1)
185
SchemaAttDef? attnDef = context.ElementDecl!.
GetAttDef
(new XmlQualifiedName(reader.LocalName, reader.Prefix));
System\Xml\Schema\SchemaInfo.cs (2)
158
attdef = ed.
GetAttDef
(qname);
182
attdef = ed.
GetAttDef
(qname);