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