5 references to Top
Microsoft.CodeAnalysis.CSharp (5)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (5)
46var node = stack.Top.Node; 48if (!stack.Top.ProcessedDiagnostics) 62stack.Top.ProcessedDiagnostics = true; 84for (var nextSlotIndex = stack.Top.SlotIndex + 1; nextSlotIndex < node.SlotCount; nextSlotIndex++) 97stack.Top.SlotIndex = nextSlotIndex;