5 references to MaxNative
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
985/// <inheritdoc cref="INumber{TSelf}.MaxNative(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1720/// <inheritdoc cref="INumber{TSelf}.MaxNative(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
55result = TSelf.MaxNative(result, min);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1186/// <inheritdoc cref="INumber{TSelf}.MaxNative(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
980/// <inheritdoc cref="INumber{TSelf}.MaxNative(TSelf, TSelf)" />