2 overrides of WriteDecimalText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
834unsafe public override void WriteDecimalText(decimal d)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
666public override void WriteDecimalText(decimal value)
1 reference to WriteDecimalText
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1306_writer.WriteDecimalText(value);