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