1 write to _allSegments
Microsoft.Maui.Controls (1)
Shell\RouteRequestBuilder.cs (1)
28 _allSegments = allSegments;
8 references to _allSegments
Microsoft.Maui.Controls (8)
Shell\RouteRequestBuilder.cs (8)
40 public RouteRequestBuilder(RouteRequestBuilder builder) : this(builder._allSegments) 205 if (nextMatch >= _allSegments.Count) 208 return _allSegments[nextMatch]; 222 if (nextMatch >= _allSegments.Count) 225 return Routing.FormatRoute(String.Join(_uriSeparator, _allSegments.Skip(nextMatch))); 234 if (nextMatch >= _allSegments.Count) 237 return _allSegments.Skip(nextMatch).ToList(); 269 public bool IsFullMatch => _matchedSegments.Count == _allSegments.Count;