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