2 writes to _pendingUrl
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\WkWebViewRenderer.cs (2)
151
_pendingUrl
= null;
187
_pendingUrl
= url;
2 references to _pendingUrl
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\WkWebViewRenderer.cs (2)
148
if (!string.IsNullOrWhiteSpace(
_pendingUrl
))
150
var closure =
_pendingUrl
;