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)
138
return new StringSegment(
_path
, _index, _length);
156
if (
_path
== null ||
_path
.Length <= 1)
172
if (_index >=
_path
.Length)
178
var delimiterIndex =
_path
.IndexOf('/', _index);
186
if (
_path
[
_path
.Length - 1] == '/')
193
_length =
_path
.Length - _index;