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)
109public int Count => segments.Count - _index; 111public ReadOnlySpan<char> this[int index] => _path.Slice(segments[index + _index].Start, segments[index + _index].Length); 113public ReadOnlyMemory<char> this[ReadOnlyMemory<char> path, int index] => path.Slice(segments[index + _index].Start, segments[index + _index].Length);