Home
last modified time | relevance | path

Searched defs:WriteInt16LittleEndian (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/src/System/Buffers/Binary/
H A DWriterLittleEndian.cs15 public static void WriteInt16LittleEndian(Span<byte> buffer, short value) in WriteInt16LittleEndian() method in System.Buffers.Binary.BinaryPrimitives
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/ref/
H A DSystem.Memory.cs329 public static void WriteInt16LittleEndian(System.Span<byte> buffer, short value) { } in WriteInt16LittleEndian() method in System.Buffers.Binary.BinaryPrimitives