2 writes to _nextIndex
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\CompletionListCache.cs (2)
28var index = _nextIndex++; 38_nextIndex = 0;
2 references to _nextIndex
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\CompletionListCache.cs (2)
36if (_nextIndex == MaxCacheSize) 50var index = _nextIndex;