2 references to GetAttributeXsd
System.Private.Xml (2)
System\Xml\Schema\SchemaInfo.cs (1)
261
SchemaAttDef? attDef =
GetAttributeXsd
(ed, qname, null, out attributeMatchState);
System\Xml\Schema\XmlSchemaValidator.cs (1)
527
attributeDef = _compiledSchemaInfo.
GetAttributeXsd
(currentElementDecl, attQName, pvtAttribute, out attributeMatchState);