2 references to TryWriteUInt32LittleEndian
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
761if (BinaryPrimitives.TryWriteUInt32LittleEndian(destination, Significand))
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
451if (BinaryPrimitives.TryWriteUInt32LittleEndian(destination, m_value))