2 instantiations of WeakList
Microsoft.Maui (1)
HotReload\HotReloadHelper.cs (1)
116
static internal readonly WeakList<IHotReloadableView> ActiveViews = new
WeakList
<IHotReloadableView>();
Microsoft.Maui.Controls (1)
Interactivity\AttachedCollection.cs (1)
10
readonly WeakList<BindableObject> _associatedObjects =
new
();
2 references to WeakList
Microsoft.Maui (1)
HotReload\HotReloadHelper.cs (1)
116
static internal readonly
WeakList
<IHotReloadableView> ActiveViews = new WeakList<IHotReloadableView>();
Microsoft.Maui.Controls (1)
Interactivity\AttachedCollection.cs (1)
10
readonly
WeakList
<BindableObject> _associatedObjects = new();