5 overrides of ReadContentAsFloat
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryReader.cs (1)
685public override Single ReadContentAsFloat()
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1183public override float ReadContentAsFloat() {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
211public override float ReadContentAsFloat() {
System\Xml\Core\XmlSubtreeReader.cs (1)
593public override float ReadContentAsFloat() {
System\Xml\Core\XsdValidatingReader.cs (1)
457public override float ReadContentAsFloat() {
8 references to ReadContentAsFloat
System.IdentityModel (2)
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
402return _reader.ReadContentAsFloat();
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
442return this.reader.ReadContentAsFloat();
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
419return reader.ReadContentAsFloat();
System\Xml\XmlDictionaryReader.cs (1)
1722return reader.ReadContentAsFloat();
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1266return base.ReadContentAsFloat();
System\Xml\Core\XmlAsyncCheckReader.cs (1)
213return coreReader.ReadContentAsFloat();
System\Xml\Core\XmlReader.cs (1)
427float value = ReadContentAsFloat();
System\Xml\Core\XmlSubtreeReader.cs (1)
596float value = reader.ReadContentAsFloat();