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