7 references to GetAttDef
System.Xml (7)
System\Xml\Schema\DtdParser.cs (2)
666bool attrDefAlreadyExists = (elementDecl.GetAttDef(attrDef.Name) != null); 732SchemaAttDef idAttrDef = elementDecl.GetAttDef( attrDef.Name );
System\Xml\Schema\DtdParserAsync.cs (2)
311bool attrDefAlreadyExists = (elementDecl.GetAttDef(attrDef.Name) != null); 377SchemaAttDef idAttrDef = elementDecl.GetAttDef( attrDef.Name );
System\Xml\Schema\DtdValidator.cs (1)
156SchemaAttDef attnDef = context.ElementDecl.GetAttDef( new XmlQualifiedName( reader.LocalName, reader.Prefix) );
System\Xml\Schema\SchemaInfo.cs (2)
178attdef = ed.GetAttDef(qname);; 196attdef = ed.GetAttDef(qname);