5 references to ReverseEndianness
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
178
BinaryPrimitives.
ReverseEndianness
(span, span);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (3)
98
BinaryPrimitives.
ReverseEndianness
(array, MemoryMarshal.Cast<byte, int>((Span<byte>)_array));
252
BinaryPrimitives.
ReverseEndianness
(values, MemoryMarshal.Cast<byte, int>((Span<byte>)_array));
687
BinaryPrimitives.
ReverseEndianness
(source, intArray.AsSpan(index));
System.Private.Windows.Core (1)
System\IO\BinaryReaderExtensions.cs (1)
139
BinaryPrimitives.
ReverseEndianness
(ints, ints);