2 writes to _pendingLoadedView
Microsoft.Maui (2)
Platform\iOS\ContainerViewController.cs (2)
58 _pendingLoadedView = CreatePlatformView(view); 72 _pendingLoadedView = null;
3 references to _pendingLoadedView
Microsoft.Maui (3)
Platform\iOS\ContainerViewController.cs (3)
28 => _pendingLoadedView ?? currentPlatformView; 59 return _pendingLoadedView; 71 currentPlatformView = _pendingLoadedView ?? CreatePlatformView(view);