9 implementations of TryWriteExponentBigEndian
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1140
bool IFloatingPoint<decimal>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
733
bool IFloatingPoint<double>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1402
bool IFloatingPoint<Half>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1019
bool IFloatingPoint<BFloat16>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
870
bool IFloatingPoint<Decimal128>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
881
bool IFloatingPoint<Decimal32>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
874
bool IFloatingPoint<Decimal64>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1040
bool IFloatingPoint<NFloat>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
727
bool IFloatingPoint<float>.
TryWriteExponentBigEndian
(Span<byte> destination, out int bytesWritten)
12 references to TryWriteExponentBigEndian
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1139
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
732
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1401
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1018
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
869
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
880
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
873
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1039
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
726
/// <inheritdoc cref="IFloatingPoint{TSelf}.
TryWriteExponentBigEndian
(Span{byte}, out int)" />