3 references to s_windowPool
Microsoft.CodeAnalysis.CSharp (3)
Parser\SlidingTextWindow.cs (3)
84
/// Current segment of readable characters. The backing store for this is an array given out by <see cref="
s_windowPool
"/>.
110
_characterWindow = new ArraySegment<char>(
s_windowPool
.Allocate());
123
s_windowPool
.Free(_characterWindow.Array!);