1 write to Stack
Microsoft.Maui.Controls (1)
Profiler.cs (1)
51 Stack = new Stack<Profile>(Capacity);
5 references to Stack
Microsoft.Maui.Controls (5)
Profiler.cs (5)
73 while (Stack.Count > 0) 74 Stack.Pop(); 117 Stack.Push(new Profile(name, id, line)); 122 var profile = Stack.Pop(); 133 var profile = Stack.Pop();