4 references to Create
Microsoft.Build.Framework (1)
XMakeElements.cs (1)
47
internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.
Create
(StringComparer.Ordinal,
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\CSharpCodeParser.cs (1)
111
FrozenSet.
Create
(StringComparer.Ordinal, s_defaultKeywords));
Language\Legacy\ParserHelpers.cs (1)
41
public static readonly FrozenSet<string> VoidElements = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase,
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
22
public static FrozenSet<T> Create<T>(params ReadOnlySpan<T> source) =>
Create
(null, source);