Home
last modified time | relevance | path

Searched refs:TryWriteInt64LittleEndian (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/src/System/Buffers/Binary/
H A DWriterLittleEndian.cs125 public static bool TryWriteInt64LittleEndian(Span<byte> buffer, long value) in TryWriteInt64LittleEndian() method in System.Buffers.Binary.BinaryPrimitives
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/Binary/
H A DBinaryWriterUnitTests.cs219 Assert.True(TryWriteInt64LittleEndian(span, value)); in SpanWriteInt64()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/ref/
H A DSystem.Memory.cs314 … public static bool TryWriteInt64LittleEndian(System.Span<byte> buffer, long value) { throw null; } in TryWriteInt64LittleEndian() method in System.Buffers.Binary.BinaryPrimitives