2 overrides of WriteInt64Text
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
515
public override void
WriteInt64Text
(Int64 value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
716
public override void
WriteInt64Text
(long value)
1 reference to WriteInt64Text
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1255
_writer.
WriteInt64Text
(value);