Base:
method
ReadElementContentAsDecimal
System.Xml.XmlReader.ReadElementContentAsDecimal()
1 override of ReadElementContentAsDecimal
System.Runtime.Serialization (1)
System\Xml\XmlBinaryReader.cs (1)
236public override decimal ReadElementContentAsDecimal()
3 references to ReadElementContentAsDecimal
System.Runtime.Serialization (2)
System\Xml\XmlBinaryReader.cs (1)
247return base.ReadElementContentAsDecimal();
System\Xml\XmlDictionaryReader.cs (1)
1251array[offset + actual] = ReadElementContentAsDecimal();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
824value = reader.ReadElementContentAsDecimal();