1 write to _sharedLock
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
573
_sharedLock
= new object();
2 references to _sharedLock
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
699
lock (
_sharedLock
)
766
lock (
_sharedLock
)