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