2 overrides of WriteUInt64Text
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
527
public override void
WriteUInt64Text
(UInt64 value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
723
public override void
WriteUInt64Text
(ulong value)
1 reference to WriteUInt64Text
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1272
_writer.
WriteUInt64Text
(value);