Base:
property
Value
System.Xml.XmlReader.Value
4 references to Value
System.Xml (4)
System\Xml\Core\XsdValidatingReader.cs (2)
1853originalStringValue = this.Value; 1865return this.Value;
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
565originalStringValue = this.Value; 578tuple = new Tuple<string, object>(originalStringValue, this.Value);