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