1 instantiation of SimpleMonitor
System.ObjectModel (1)
System\Collections\ObjectModel\ObservableCollection.cs (1)
276private SimpleMonitor EnsureMonitorInitialized() => _monitor ??= new SimpleMonitor(this);
2 references to SimpleMonitor
System.ObjectModel (2)
System\Collections\ObjectModel\ObservableCollection.cs (2)
24private SimpleMonitor? _monitor; // Lazily allocated only when a subclass calls BlockReentrancy() or during serialization. Do not rename (binary serialization) 276private SimpleMonitor EnsureMonitorInitialized() => _monitor ??= new SimpleMonitor(this);