5 references to ToDecimal
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
384return XmlConverter.ToDecimal(GetString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1580return XmlConverter.ToDecimal(ReadContentAsString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
233return ToDecimal(ToString(buffer, offset, count));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (2)
543return XmlConverter.ToDecimal(ReadContentAsString()); 704value = XmlConverter.ToDecimal(string.Empty);