// Assembly: JacksonDunstanNativeCollectionsAssembly
// Full name: JacksonDunstan.NativeCollections.NativeHashSetState

namespace JacksonDunstan.NativeCollections
{
public class NativeHashSetState // TypeDefIndex: 12414
{
	// Fields
	type#12378 Items;
	type#12378 Next;
	type#12378 Buckets;
	type#20869 ItemCapacity;
	type#20869 BucketCapacityMask;
	type#20869 AllocatedIndexLength;
	type#32531 FirstFreeTLS;
	type#20893 IntsPerCacheLine;
}
}
