12 references to Create
Microsoft.Build (3)
Modifiers.cs (2)
77
private static readonly FrozenSet<string> s_tableOfItemSpecModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase, All);
78
private static readonly FrozenSet<string> s_tableOfDefiningProjectModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase,
XMakeElements.cs (1)
49
internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.
Create
(StringComparer.Ordinal,
Microsoft.Build.Tasks.Core (3)
Modifiers.cs (2)
77
private static readonly FrozenSet<string> s_tableOfItemSpecModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase, All);
78
private static readonly FrozenSet<string> s_tableOfDefiningProjectModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase,
XMakeElements.cs (1)
49
internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.
Create
(StringComparer.Ordinal,
Microsoft.Build.Utilities.Core (2)
Modifiers.cs (2)
77
private static readonly FrozenSet<string> s_tableOfItemSpecModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase, All);
78
private static readonly FrozenSet<string> s_tableOfDefiningProjectModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase,
MSBuild (3)
Modifiers.cs (2)
77
private static readonly FrozenSet<string> s_tableOfItemSpecModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase, All);
78
private static readonly FrozenSet<string> s_tableOfDefiningProjectModifiers = FrozenSet.
Create
(StringComparer.OrdinalIgnoreCase,
XMakeElements.cs (1)
49
internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.
Create
(StringComparer.Ordinal,
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
22
public static FrozenSet<T> Create<T>(params ReadOnlySpan<T> source) =>
Create
(null, source);