3 instantiations of GlobSegmentPart
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (3)
143
parts.Add(new
GlobSegmentPart
150
parts.Add(new
GlobSegmentPart
163
parts.Add(new
GlobSegmentPart
4 references to GlobSegmentPart
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Utils\Globbing\GlobNode.cs (1)
86
public List<
GlobSegmentPart
> Parts { get; set; }
Utils\Globbing\StaticWebAssetGlobMatcher.cs (3)
183
private static bool TryMatchParts(ReadOnlySpan<char> span, List<
GlobSegmentPart
> parts, int index = 0, int partIndex = 0)
193
var
part = parts[i];
220
var
nextPart = parts[j];