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()); 123s_windowPool.Free(_characterWindow.Array!);