1 write to _path
Microsoft.AspNetCore.Routing (1)
PathTokenizer.cs (1)
128_path = tokenizer._path;
8 references to _path
Microsoft.AspNetCore.Routing (8)
PathTokenizer.cs (8)
138return new StringSegment(_path, _index, _length); 156if (_path == null || _path.Length <= 1) 172if (_index >= _path.Length) 178var delimiterIndex = _path.IndexOf('/', _index); 186if (_path[_path.Length - 1] == '/') 193_length = _path.Length - _index;