Base:
property
Value
Microsoft.Xml.XmlReader.Value
4 references to Value
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
2253originalStringValue = this.Value; 2266return this.Value;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
669originalStringValue = this.Value; 683tuple = new Tuple<string, object>(originalStringValue, this.Value);