Base:
method
ReadContentAsDecimal
System.Xml.XmlReader.ReadContentAsDecimal()
5 overrides of ReadContentAsDecimal
System.IdentityModel (2)
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
380public override Decimal ReadContentAsDecimal()
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
420public override decimal ReadContentAsDecimal()
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (1)
1730public override Decimal ReadContentAsDecimal()
System\Xml\XmlDictionaryReader.cs (1)
1699public override Decimal ReadContentAsDecimal()
System\Xml\XmlMtomReader.cs (1)
819public override decimal ReadContentAsDecimal()
3 references to ReadContentAsDecimal
System.Runtime.Serialization (3)
System\Xml\XmlBinaryWriter.cs (1)
1214WriteValue(reader.ReadContentAsDecimal());
System\Xml\XmlDictionaryReader.cs (1)
848value = ReadContentAsDecimal();
System\Xml\XmlMtomReader.cs (1)
822return xmlReader.ReadContentAsDecimal();