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)
130
return new StringSegment(
_path
, _index, _length);
148
if (
_path
== null ||
_path
.Length <= 1)
164
if (_index >=
_path
.Length)
170
var delimiterIndex =
_path
.IndexOf('/', _index);
178
if (
_path
[
_path
.Length - 1] == '/')
185
_length =
_path
.Length - _index;