2 references to Capacity
Microsoft.Maui.Controls (2)
Profiler.cs (2)
50
Data = new List<Datum>(
Capacity
);
51
Stack = new Stack<Profile>(
Capacity
);