6 references to Push
Microsoft.CodeAnalysis.CodeStyle (1)
PathUtilities.cs (1)
812resolvedParts.Push(part);
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpIsAndCastCheckDiagnosticAnalyzer.cs (2)
205stack.Push(scope); 228stack.Push(child.AsNode()!);
CSharpSyntaxFacts.cs (1)
768names.Push(GetName(parent, options));
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
VisualBasicSyntaxFacts.vb (2)
921names.Push(GetName(parent, options, containsGlobalKeyword:=False)) 929names.Push(GetName(parent, options, containsGlobalKeyword))