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