2 references to _memory
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Logging\AbstractMemoryLoggerProvider.Buffer.cs (2)
23var position = Math.Abs(Interlocked.Increment(ref _head) % _memory.Length); 24_memory[position] = s;