1 write to t_stack
System.Collections.Immutable (1)
System\Collections\Immutable\AllocFreeConcurrentStack.cs (1)
24t_stack ??= new Stack<RefAsValueType<T>>(MaxSize);
1 reference to t_stack
System.Collections.Immutable (1)
System\Collections\Immutable\AllocFreeConcurrentStack.cs (1)
40Stack<RefAsValueType<T>>? localStack = t_stack; // cache in a local to avoid unnecessary TLS hits on repeated accesses