2 references to MaxSize
System.Collections.Immutable (2)
System\Collections\Immutable\AllocFreeConcurrentStack.cs (2)
24
t_stack ??= new Stack<RefAsValueType<T>>(
MaxSize
);
31
if (localStack.Count <
MaxSize
)