4 references to Create
Microsoft.Build (1)
XMakeElements.cs (1)
48
internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.
Create
(StringComparer.Ordinal,
Microsoft.Build.Tasks.Core (1)
XMakeElements.cs (1)
48
internal static readonly FrozenSet<string> ReservedItemNames = FrozenSet.
Create
(StringComparer.Ordinal,
MSBuild (1)
XMakeElements.cs (1)
48
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);