2 writes to _mark
Microsoft.AspNetCore.Rewrite (2)
ParserContext.cs (2)
40
_mark
= Index;
54
_mark
= null;
3 references to _mark
Microsoft.AspNetCore.Rewrite (3)
ParserContext.cs (3)
51
if (
_mark
.HasValue)
53
var value = Template.Substring(
_mark
.Value, Index -
_mark
.Value);