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