10 references to ConcurrentStack
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ConcurrentStackBufferAdapter.cs (1)
10public static ConcurrentStack<TElement> CreateBuffer() => new();
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\CollectionAdapters\ConcurrentStackBufferAdapter.cs (1)
10public static ConcurrentStack<TElement> CreateBuffer() => new();
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
122_targetsToBuild = new ConcurrentStack<TargetEntry>();
Evaluation\ConditionEvaluator.cs (1)
250var expressionPool = cachedExpressionTreesForCurrentOptions.GetOrAdd(condition, _ => new ConcurrentStack<GenericExpressionNode>());
FileMatcher.cs (1)
2565var listOfFiles = new ConcurrentStack<List<string>>();
Microsoft.Build.Tasks.Core (1)
FileMatcher.cs (1)
2565var listOfFiles = new ConcurrentStack<List<string>>();
Microsoft.Build.Utilities.Core (1)
FileMatcher.cs (1)
2565var listOfFiles = new ConcurrentStack<List<string>>();
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
108private readonly ConcurrentStack<DbConnectionInternal> _stackOld = new ConcurrentStack<DbConnectionInternal>(); 109private readonly ConcurrentStack<DbConnectionInternal> _stackNew = new ConcurrentStack<DbConnectionInternal>();
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (1)
18private readonly ConcurrentStack<HttpConnection> _http11Connections = new();