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