1 write to _monitor
System.ObjectModel (1)
System\Collections\ObjectModel\ObservableCollection.cs (1)
276
private SimpleMonitor EnsureMonitorInitialized() =>
_monitor
??= new SimpleMonitor(this);
4 references to _monitor
System.ObjectModel (4)
System\Collections\ObjectModel\ObservableCollection.cs (4)
282
_monitor
!._busyCount = _blockReentrancyCount;
288
if (
_monitor
!= null)
290
_blockReentrancyCount =
_monitor
._busyCount;
291
_monitor
._collection = this;