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