4 references to CreateRange
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ImmutableQueueBufferAdapter.cs (1)
16
return ImmutableQueue.
CreateRange
(buffer.Take(size));
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\Converters\CollectionAdapters\ImmutableQueueBufferAdapter.cs (1)
16
return ImmutableQueue.
CreateRange
(buffer.Take(size));
Microsoft.Extensions.AI.Abstractions.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.ImmutableQueueBoolean.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateImmutableEnumerableInfo<global::System.Collections.Immutable.ImmutableQueue<bool>, bool>(options, info, createRangeFunc: global::System.Collections.Immutable.ImmutableQueue.
CreateRange
);
Shared.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.ImmutableQueueBoolean.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateImmutableEnumerableInfo<global::System.Collections.Immutable.ImmutableQueue<bool>, bool>(options, info, createRangeFunc: global::System.Collections.Immutable.ImmutableQueue.
CreateRange
);