2 references to GetAttributeXsd
System.Xml (2)
System\Xml\Schema\SchemaInfo.cs (1)
256
SchemaAttDef attDef =
GetAttributeXsd
(ed, qname, null, out attributeMatchState);
System\Xml\Schema\XmlSchemaValidator.cs (1)
494
attributeDef = compiledSchemaInfo.
GetAttributeXsd
(currentElementDecl, attQName, pvtAttribute, out attributeMatchState);