2 references to Length
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Utils\Globbing\PathTokenizer.cs (2)
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);