6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
502
_parsedRawTarget =
_parsedPath
= _parsedQueryString = null;
563
Path =
_parsedPath
= ForwardSlash;
568
Path =
_parsedPath
= PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength);
646
_parsedPath
= _parsedQueryString = null;
666
_parsedRawTarget =
_parsedPath
= _parsedQueryString = null;
740
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)
519
Path =
_parsedPath
;
773
Path =
_parsedPath
;