1 write to _s
mscorlib (1)
system\collections\stack.cs (1)
225_s = stack;
10 references to _s
mscorlib (10)
system\collections\stack.cs (10)
242return _s.Count; 249return _s.Contains(obj); 256return new SyncStack((Stack)_s.Clone()); 262_s.Clear(); 268_s.CopyTo(array, arrayIndex); 274_s.Push(value); 281return _s.Pop(); 287return _s.GetEnumerator(); 294return _s.Peek(); 300return _s.ToArray();