25 references to Push
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ConcurrentStackBufferAdapter.cs (1)
14buffer.Push(element);
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\CollectionAdapters\ConcurrentStackBufferAdapter.cs (1)
14buffer.Push(element);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (1)
487analysisResults.Push(new AnalysisResult(
Microsoft.CodeAnalysis.CSharp (3)
Compiler\ClsComplianceChecker.cs (1)
214_compilerTasks.Push(Task.Run(UICultureUtilities.WithCurrentUICulture(() =>
Compiler\MethodCompiler.cs (2)
384_compilerTasks.Push(worker); 430_compilerTasks.Push(worker);
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
ObjectFormatterTests.cs (3)
712obj.Push(1); 713obj.Push(2); 714obj.Push(3);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Compilation\CompilationAPITests.cs (6)
534stack.Push(ref1); 535stack.Push(ref2); 536stack.Push(ref3); 861stack.Push(t4); 862stack.Push(t5); 863stack.Push(t6);
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (1)
487analysisResults.Push(new AnalysisResult(
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\MethodCompiler.vb (2)
501_compilerTasks.Push(worker) 533_compilerTasks.Push(worker)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
59_lazyDocumentUpdates.Value.Push((documentId, changes));
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentStack.cs (3)
299/// mechanism than using <see cref="Push"/> one item at a time. Additionally, PushRange 328/// mechanism than using <see cref="Push"/> one item at a time. Additionally, PushRange 420Push(item);
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
336_stackOld.Push(obj); 1016_stackNew.Push(obj);
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\ConcurrentStackOfTConverter.cs (1)
16((TCollection)state.Current.ReturnValue!).Push(value);