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