2 overrides of WriteInt64Text
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
515public override void WriteInt64Text(Int64 value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
716public 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);