Base:
method
ReadContentAsFloat
Microsoft.Xml.XmlReader.ReadContentAsFloat()
2 overrides of ReadContentAsFloat
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1559public override Single ReadContentAsFloat()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1638public override Single ReadContentAsFloat()
2 references to ReadContentAsFloat
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1207WriteValue(reader.ReadContentAsFloat());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
669value = ReadContentAsFloat();