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