6 references to
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (6)
116
return segments
[
segments.Count - 1].ToString();
122
stemLength += segments
[
i].Length;
132
var segment = segments
[
i];
165
var segment = segments
[
currentIndex];
296
var segment = segments
[
currentIndex];
326
if (TryMatchLiteral(node, segments
[
currentIndex], out var literalCandidate))