2 references to SyncStack
mscorlib (2)
system\collections\stack.cs (2)
200return new SyncStack(stack); 256return new SyncStack((Stack)_s.Clone());