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 91fdb77 commit 327f07bCopy full SHA for 327f07b
src/CommunityToolkit.Mvvm.SourceGenerators/Helpers/ImmutableArrayBuilder{T}.cs
@@ -205,18 +205,4 @@ private void ResizeBuffer(int sizeHint)
205
ArrayPool<T?>.Shared.Return(oldArray, clearArray: typeof(T) != typeof(char));
206
}
207
208
-}
209
-
210
-/// <summary>
211
-/// Private helpers for the <see cref="ImmutableArrayBuilder{T}"/> type.
212
-/// </summary>
213
-file static class ImmutableArrayBuilder
214
-{
215
- /// <summary>
216
- /// Throws an <see cref="ArgumentOutOfRangeException"/> for <c>"index"</c>.
217
- /// </summary>
218
- public static void ThrowArgumentOutOfRangeExceptionForIndex()
219
- {
220
- throw new ArgumentOutOfRangeException("index");
221
- }
222
0 commit comments