4 overrides of WriteUInt64Text
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
500
public override void
WriteUInt64Text
(ulong value)
System\Xml\XmlNodeWriter.cs (1)
133
public override void
WriteUInt64Text
(ulong value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
247
public override void
WriteUInt64Text
(ulong value)
System\Xml\XmlUTF8TextWriter.cs (1)
619
public override void
WriteUInt64Text
(ulong value)
2 references to WriteUInt64Text
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
1289
_writer.
WriteUInt64Text
(value);
System\Xml\XmlSigningNodeWriter.cs (1)
253
_writer.
WriteUInt64Text
(value);