12 references to Push
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpIsAndCastCheckDiagnosticAnalyzer.cs (2)
205stack.Push(scope); 228stack.Push(child.AsNode()!);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
768names.Push(GetName(parent, options));
Microsoft.CodeAnalysis.Features (3)
BracePairs\IBracePairsService.cs (1)
66stack.Push(child);
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (2)
208builder.Push(action); 220builder.Push(nestedAction);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
VisualBasicSyntaxFacts.vb (2)
921names.Push(GetName(parent, options, containsGlobalKeyword:=False)) 929names.Push(GetName(parent, options, containsGlobalKeyword))
Microsoft.CodeAnalysis.Workspaces (4)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
237builder.Push(action); 249builder.Push(nestedAction);
PathUtilities.cs (1)
812resolvedParts.Push(part);
ReassignedVariable\AbstractReassignedVariableService.cs (1)
237stack.Push(parentScope);