1 instantiation of FixedSizeQueue
dotnet (1)
Telemetry\PersistenceChannel\StorageService.cs (1)
15
private readonly FixedSizeQueue<string> _deletedFilesQueue =
new
(10);
1 reference to FixedSizeQueue
dotnet (1)
Telemetry\PersistenceChannel\StorageService.cs (1)
15
private readonly
FixedSizeQueue
<string> _deletedFilesQueue = new(10);