We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e181020 + 568b7f1 commit d6681e2Copy full SHA for d6681e2
CardinalityEstimation/Polyfills/BitOperations.cs
@@ -1,7 +1,7 @@
1
#if !NETCOREAPP3_0_OR_GREATER
2
namespace System.Numerics;
3
4
-public static class BitOperations
+internal static class BitOperations
5
{
6
public static uint LeadingZeroCount(ulong x)
7
CardinalityEstimation/Polyfills/Linq.cs
@@ -3,7 +3,7 @@
namespace System.Linq;
-public static class LinqExtensions
+internal static class LinqExtensions
8
public static HashSet<T> ToHashSet<T>(this IEnumerable<T> source)
9
0 commit comments