13 references to _matchedSegments
Microsoft.Maui.Controls (13)
Shell\RouteRequestBuilder.cs (13)
42
_matchedSegments
.AddRange(builder.
_matchedSegments
);
58
_matchedSegments
.Add(path);
159
_matchedSegments
.Add(shellSegment);
172
for (var i = 0; i <
_matchedSegments
.Count; i++)
174
var seg =
_matchedSegments
[i];
183
List<string> currentSet = new List<string>(
_matchedSegments
);
214
get => GetNextSegment(
_matchedSegments
);
221
var nextMatch =
_matchedSegments
.Count;
233
var nextMatch =
_matchedSegments
.Count;
266
public string PathNoImplicit => MakeUriString(
_matchedSegments
);
269
public bool IsFullMatch =>
_matchedSegments
.Count == _allSegments.Count;
271
public List<string> SegmentsMatched =>
_matchedSegments
;