Creates an immutable hash set with a single element for source-generated TomlSingleOrArrayAttribute handling.
protected static ImmutableHashSet<T> CreateSingleElementImmutableHashSet<T>(T element)
The element to place in the collection.
element