7 instantiations of ImmutableQueue
System.Collections.Immutable (7)
50 references to ImmutableQueue
Microsoft.AspNetCore.Components.Endpoints (7)
Microsoft.AspNetCore.Components.Endpoints.Tests (5)
Binding\FormDataMapperTests.cs (5)
841var expected = ImmutableQueue.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
842CanDeserialize_Collection<ImmutableQueue<int>, ImmutableQueue<int>, int>(expected);
873var expected = ImmutableQueue.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
874CanDeserialize_Collection<IImmutableQueue<int>, ImmutableQueue<int>, int>(expected);
Microsoft.AspNetCore.Http.Extensions (7)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.Extensions.AI.Abstractions.Tests (2)
Shared.Tests (2)
System.Collections.Immutable (24)
System.Text.Json.SourceGeneration (1)