5 references to ExtensionSegmentIndex
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (5)
325var extensionIndex = state.ExtensionSegmentIndex; 365if (state.ExtensionSegmentIndex == 0 && state.ComplexSegmentIndex == 0) 404extensionIndex = ExtensionSegmentIndex; 522internal readonly MatchState NextComplex() => new(Node, MatchStage.Complex, SegmentIndex, ExtensionSegmentIndex, ComplexSegmentIndex + 1); 526return $"Node: {Node}, Stage: {Stage}, SegmentIndex: {SegmentIndex}, ExtensionIndex: {ExtensionSegmentIndex}, ComplexSegmentIndex: {ComplexSegmentIndex}";