15 references to Push
Microsoft.CodeAnalysis.Workspaces (15)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
235builder.Push(action); 246builder.Push(nestedAction);
FindSymbols\FindReferences\DependentProjectsFinder.cs (2)
229projectIdsToProcess.Push(dependentProject); 240projectIdsToProcess.Push(pId);
FindSymbols\FindReferences\FindReferencesSearchEngine.SymbolSet.cs (1)
155workQueue.Push(symbol);
ReassignedVariable\AbstractReassignedVariableService.cs (1)
299stack.Push(parentScope);
Shared\Extensions\INamespaceSymbolExtensions.cs (3)
62stack.Push(namespaceSymbol); 86stack.Push(namespaceSymbol); 114stack.Push(namespaceSymbol);
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
862resolvedParts.Push(part);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\INamespaceOrTypeSymbolExtensions.cs (1)
94stack.Push(namespaceOrTypeSymbol);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\ForkingSyntaxEditorBasedCodeFixProvider.cs (1)
70originalNodes.Push((diagnosticNode, diagnostic));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\NullableHelpers.cs (3)
63stack.Push(rootOperation); 90stack.Push(assignmentOperation.Value); 129stack.Push(childOperation);