1 write to _appActions
Microsoft.Maui (1)
Hosting\EssentialsMauiAppBuilderExtensions.cs (1)
192 _appActions ??= new List<AppAction>();
2 references to _appActions
Microsoft.Maui (2)
Hosting\EssentialsMauiAppBuilderExtensions.cs (2)
178 internal List<AppAction>? AppActions => _appActions; 193 _appActions.Add(appAction);