1 implementation of LocalName
System.Xml (1)
System\Xml\Schema\SchemaAttDef.cs (1)
67string IDtdAttributeInfo.LocalName {
7 references to LocalName
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
542new XmlQualifiedName(idAttribute.LocalName, idAttribute.Prefix));
System\Xml\Core\XmlTextReaderImpl.cs (4)
4109string qname = ( prefix.Length == 0 ) ? defaultAttributeInfo.LocalName : ( prefix + ':' + defaultAttributeInfo.LocalName ); 8208string localName = defAttrInfo.LocalName; 8226NodeData attr = AddDefaultAttributeInternal( defAttrInfo.LocalName, null, defAttrInfo.Prefix, defAttrInfo.DefaultValueExpanded,
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
662localName = attrDef.LocalName; 678localName2 = attrDef.LocalName;