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.
1 parent 347094d commit 4753737Copy full SHA for 4753737
src/IKVM.CoreLib/Buffers/MemoryBufferWriter.cs
@@ -105,7 +105,7 @@ public Span<T> GetSpan(int sizeHint = 0)
105
/// </summary>
106
/// <param name="sizeHint">The minimum number of items to ensure space for in <see cref="_memory"/>.</param>
107
[MethodImpl(MethodImplOptions.AggressiveInlining)]
108
- private void ValidateSizeHint(int sizeHint)
+ void ValidateSizeHint(int sizeHint)
109
{
110
if (sizeHint < 0)
111
0 commit comments