4 references to FrozenSet
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
501private static readonly FrozenSet<string> IgnoredHeaders = FrozenSet.ToFrozenSet(new[] {
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
35InterfaceNames = FrozenSet.ToFrozenSet(interfaceNames);
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenSet.cs (2)
237[CollectionBuilder(typeof(FrozenSet), nameof(FrozenSet.Create))]