1 instantiation of Slot
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\CompletionListCache.cs (1)
31_items[index] = new Slot(id, completionList, context);
3 references to Slot
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Completion\CompletionListCache.cs (3)
19private readonly Slot[] _items = new Slot[MaxCacheSize]; 66var slot = _items[index];