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