1 write to _path
Microsoft.AspNetCore.Routing (1)
PathTokenizer.cs (1)
120_path = tokenizer._path;
8 references to _path
Microsoft.AspNetCore.Routing (8)
PathTokenizer.cs (8)
130return new StringSegment(_path, _index, _length); 148if (_path == null || _path.Length <= 1) 164if (_index >= _path.Length) 170var delimiterIndex = _path.IndexOf('/', _index); 178if (_path[_path.Length - 1] == '/') 185_length = _path.Length - _index;