1 instantiation of SharedInt
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
592
_activePartitionCount = new
SharedInt
(0);
3 references to SharedInt
System.Collections.Concurrent (3)
System\Collections\Concurrent\PartitionerStatic.cs (3)
562
private readonly
SharedInt
? _activePartitionCount;
877
private readonly
SharedInt
? _activePartitionCount;
885
SharedInt
? activePartitionCount,