4 overrides of WriteUInt64Text
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (1)
529public override void WriteUInt64Text(UInt64 value)
System\Xml\XmlNodeWriter.cs (1)
136public override void WriteUInt64Text(UInt64 value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
241public override void WriteUInt64Text(UInt64 value)
System\Xml\XmlUTF8TextWriter.cs (1)
706public override void WriteUInt64Text(ulong value)
2 references to WriteUInt64Text
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (1)
1163writer.WriteUInt64Text(value);
System\Xml\XmlSigningNodeWriter.cs (1)
247writer.WriteUInt64Text(value);