11 references to FrozenSet
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
501private static readonly FrozenSet<string> IgnoredHeaders = FrozenSet.ToFrozenSet(new[] {
Microsoft.Build.Framework (1)
XMakeElements.cs (1)
47internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.Create(StringComparer.Ordinal,
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Legacy\CSharpCodeParser.cs (2)
21private static readonly FrozenSet<char> InvalidNonWhitespaceNameCharacters = FrozenSet.Create( 111FrozenSet.Create(StringComparer.Ordinal, s_defaultKeywords));
Language\Legacy\LegacySyntaxNodeExtensions.cs (4)
28private static readonly FrozenSet<SyntaxKind> s_transitionSpanKinds = FrozenSet.Create( 32private static readonly FrozenSet<SyntaxKind> s_commentSpanKinds = FrozenSet.Create( 37private static readonly FrozenSet<SyntaxKind> s_codeSpanKinds = FrozenSet.Create( 42private static readonly FrozenSet<SyntaxKind> s_markupSpanKinds = FrozenSet.Create(
Language\Legacy\ParserHelpers.cs (1)
41public static readonly FrozenSet<string> VoidElements = FrozenSet.Create(StringComparer.OrdinalIgnoreCase,
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenSet.cs (2)
237[CollectionBuilder(typeof(FrozenSet), nameof(FrozenSet.Create))]