6 implementations of TryWriteExponentBigEndian
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1146
bool IFloatingPoint<decimal>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
725
bool IFloatingPoint<double>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1362
bool IFloatingPoint<Half>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1021
bool IFloatingPoint<BFloat16>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1041
bool IFloatingPoint<NFloat>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
720
bool IFloatingPoint<float>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
9 references to TryWriteExponentBigEndian
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1145
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
724
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1361
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1020
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPoint.cs (3)
118
if (!
TryWriteExponentBigEndian
(destination, out int bytesWritten))
131
if (!
TryWriteExponentBigEndian
(destination.AsSpan(startIndex), out int bytesWritten))
143
if (!
TryWriteExponentBigEndian
(destination, out int bytesWritten))
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1040
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
719
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />