MCPcopy Create free account
hub / github.com/apache/fory / WriteInt8

Method WriteInt8

csharp/src/Fory/ByteBuffer.cs:52–56  ·  view source on GitHub ↗
(sbyte value)

Source from the content-addressed store, hash-verified

50 }
51
52 [MethodImpl(MethodImplOptions.AggressiveInlining)]
53 public void WriteInt8(sbyte value)
54 {
55 WriteUInt8(unchecked((byte)value));
56 }
57
58 [MethodImpl(MethodImplOptions.AggressiveInlining)]
59 public void WriteUInt16(ushort value)

Callers 15

WriteDataMethod · 0.45
WriteCollectionDataMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteMethod · 0.45
TryWriteRefMethod · 0.45
WriteMethod · 0.45
TryWriteKnownPayloadMethod · 0.45

Calls

no outgoing calls

Tested by 3

CaseBufferMethod · 0.36