1 write to _path
Microsoft.Maui.Controls (1)
Shell\ShellUriHandler.cs (1)
997
_path
= path;
3 references to _path
Microsoft.Maui.Controls (3)
Shell\ShellUriHandler.cs (3)
1005
var segments = RetrievePaths(
_path
).ToList().Skip(1).ToList();
1020
var segments = RetrievePaths(
_path
);
1033
var segments = RetrievePaths(
_path
).ToList().Skip(1).ToList();