1 instantiation of Segment
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\PathTokenizer.cs (1)
94
segments.Add(
new
(range.Start.Value, length));
9 references to Segment
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
ComputeEndpointsForReferenceStaticWebAssets.cs (2)
27
var routeSegments = new List<PathTokenizer.
Segment
>();
28
var basePathSegments = new List<PathTokenizer.
Segment
>();
Data\StaticWebAssetEndpoint.cs (2)
578
List<PathTokenizer.
Segment
> routeSegments,
579
List<PathTokenizer.
Segment
> prefixSegments)
Utils\Globbing\PathTokenizer.cs (3)
85
internal SegmentCollection Fill(List<
Segment
> segments)
101
public readonly ref struct SegmentCollection(ReadOnlySpan<char> path, List<
Segment
> segments)
106
private SegmentCollection(ReadOnlySpan<char> path, List<
Segment
> segments, int index) : this(path, segments) =>
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
565
internal List<PathTokenizer.
Segment
> Segments { get; set; } = [];
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
68
var tokenRanges = new List<PathTokenizer.
Segment
>();