Base:
method
ReadContentAsDecimal
Microsoft.Xml.XmlReader.ReadContentAsDecimal()
2 overrides of ReadContentAsDecimal
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1571
public override Decimal
ReadContentAsDecimal
()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1558
public override Decimal
ReadContentAsDecimal
()
2 references to ReadContentAsDecimal
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1209
WriteValue(reader.
ReadContentAsDecimal
());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
709
value =
ReadContentAsDecimal
();