4 overrides of WriteUInt64Text
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
500public override void WriteUInt64Text(ulong value)
System\Xml\XmlNodeWriter.cs (1)
133public override void WriteUInt64Text(ulong value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
247public override void WriteUInt64Text(ulong value)
System\Xml\XmlUTF8TextWriter.cs (1)
619public 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);