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