1 implementation of LocalName
System.Private.Xml (1)
System\Xml\Schema\SchemaAttDef.cs (1)
60
string IDtdAttributeInfo.
LocalName
7 references to LocalName
System.Private.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
607
new XmlQualifiedName(idAttribute.
LocalName
, idAttribute.Prefix));
System\Xml\Core\XmlTextReaderImpl.cs (4)
4513
string qname = (prefix.Length == 0) ? defaultAttributeInfo.
LocalName
: (prefix + ':' + defaultAttributeInfo.
LocalName
);
9197
string localName = defAttrInfo.
LocalName
;
9220
NodeData attr = AddDefaultAttributeInternal(defAttrInfo.
LocalName
, null, defAttrInfo.Prefix, defAttrInfo.DefaultValueExpanded,
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
750
localName = attrDef.
LocalName
;
769
localName2 = attrDef.
LocalName
;