1 write to _index
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\PathTokenizer.cs (1)
107
_index
= index;
5 references to _index
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
Utils\Globbing\PathTokenizer.cs (5)
109
public int Count => segments.Count -
_index
;
111
public ReadOnlySpan<char> this[int index] => _path.Slice(segments[index +
_index
].Start, segments[index +
_index
].Length);
113
public ReadOnlyMemory<char> this[ReadOnlyMemory<char> path, int index] => path.Slice(segments[index +
_index
].Start, segments[index +
_index
].Length);