9 references to Push
mscorlib (5)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
184m_FreeList.Push(buffer); 262m_FreeList.Push(currentBuffer);
system\Collections\Concurrent\ConcurrentStack.cs (3)
376/// mechanism than using <see cref="Push"/> one item at a time. Additionally, PushRange 407/// mechanism than using <see cref="Push"/> one item at a time. Additionally, PushRange 508Push(item);
System (2)
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (2)
184m_FreeList.Push(buffer); 262m_FreeList.Push(currentBuffer);
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
702_stackOld.Push(obj); 1626_stackNew.Push(obj);