2 references to s_pool
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ScreenRecordService.cs (2)
155
byte[] buffer =
s_pool
.Rent(4096);
190
s_pool
.Return(buffer);