2 overrides of WriteUInt64Text
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
527public override void WriteUInt64Text(UInt64 value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
723public 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);