6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
458
_parsedRawTarget =
_parsedPath
= _parsedQueryString = null;
519
Path =
_parsedPath
= ForwardSlash;
524
Path =
_parsedPath
= PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength);
602
_parsedPath
= _parsedQueryString = null;
622
_parsedRawTarget =
_parsedPath
= _parsedQueryString = null;
686
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)
475
Path =
_parsedPath
;
719
Path =
_parsedPath
;