Base:
property
XmlLang
System.Xml.XmlReader.XmlLang
2 references to XmlLang
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
608return _textXmlReader.XmlLang;
System\Xml\Core\XmlTextReader.cs (1)
179get { return _impl.XmlLang; }