4 overrides of WriteInt64Text
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
488
public override void
WriteInt64Text
(long value)
System\Xml\XmlNodeWriter.cs (1)
131
public override void
WriteInt64Text
(long value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
227
public override void
WriteInt64Text
(long value)
System\Xml\XmlUTF8TextWriter.cs (1)
613
public override void
WriteInt64Text
(long value)
2 references to WriteInt64Text
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
1272
_writer.
WriteInt64Text
(value);
System\Xml\XmlSigningNodeWriter.cs (1)
233
_writer.
WriteInt64Text
(value);