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