2 instantiations of ImmutableStack
System.Collections.Immutable (2)
89 references to ImmutableStack
Microsoft.AspNetCore.Components.Endpoints (7)
Microsoft.AspNetCore.Components.Endpoints.Tests (5)
Binding\FormDataMapperTests.cs (5)
849var expected = ImmutableStack.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
850CanDeserialize_Collection<ImmutableStack<int>, ImmutableStack<int>, int>(expected);
881var expected = ImmutableStack.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
882CanDeserialize_Collection<IImmutableStack<int>, ImmutableStack<int>, int>(expected);
Microsoft.AspNetCore.Http.Extensions (7)
Microsoft.CodeAnalysis.CSharp (3)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.VisualBasic (8)
Microsoft.DotNet.Helix.Sdk (4)
System.Collections.Immutable (52)
System.Text.Json.SourceGeneration (1)