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