2 references to TryWriteExponentBigEndian
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
735return TryWriteExponentBigEndian(destination, out bytesWritten);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1042return _value.TryWriteExponentBigEndian(destination, out bytesWritten);