Base:
3 overrides of ReadContentAsFloat
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (1)
1604public override float ReadContentAsFloat()
System\Xml\XmlDictionaryReader.cs (1)
1756public override float ReadContentAsFloat()
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
907public override float ReadContentAsFloat()
3 references to ReadContentAsFloat
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1232WriteValue(reader.ReadContentAsFloat());
System\Xml\XmlDictionaryReader.cs (1)
777value = ReadContentAsFloat();
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
910return _xmlReader.ReadContentAsFloat();