5 references to GetAttDef
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
712bool attrDefAlreadyExists = (elementDecl.GetAttDef(attrDef.Name) != null); 785SchemaAttDef idAttrDef = elementDecl.GetAttDef(attrDef.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
182SchemaAttDef attnDef = context.ElementDecl.GetAttDef(new XmlQualifiedName(reader.LocalName, reader.Prefix));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (2)
207attdef = ed.GetAttDef(qname); ; 230attdef = ed.GetAttDef(qname);