5 overrides of ReadContentAsFloat
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryReader.cs (1)
654public override float ReadContentAsFloat()
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1338public override float ReadContentAsFloat()
System\Xml\Core\XmlAsyncCheckReader.cs (1)
250public override float ReadContentAsFloat()
System\Xml\Core\XmlSubtreeReader.cs (1)
721public override float ReadContentAsFloat()
System\Xml\Core\XsdValidatingReader.cs (1)
558public override float ReadContentAsFloat()
6 references to ReadContentAsFloat
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
408return reader.ReadContentAsFloat();
System\Xml\XmlDictionaryReader.cs (1)
1760return _reader.ReadContentAsFloat();
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1430return base.ReadContentAsFloat();
System\Xml\Core\XmlAsyncCheckReader.cs (1)
253return _coreReader.ReadContentAsFloat();
System\Xml\Core\XmlReader.cs (1)
432float value = ReadContentAsFloat();
System\Xml\Core\XmlSubtreeReader.cs (1)
726float value = reader.ReadContentAsFloat();