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