6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
483
_parsedRawTarget =
_parsedPath
= _parsedQueryString = null;
544
Path =
_parsedPath
= ForwardSlash;
549
Path =
_parsedPath
= PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength);
627
_parsedPath
= _parsedQueryString = null;
647
_parsedRawTarget =
_parsedPath
= _parsedQueryString = null;
711
Path =
_parsedPath
= PathDecoder.DecodePath(pathBufferSliced, targetPath.IsEncoded, absolutePath, queryLength: 0);
2 references to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
500
Path =
_parsedPath
;
744
Path =
_parsedPath
;