6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
355_parsedRawTarget = _parsedPath = _parsedQueryString = null; 416Path = _parsedPath = ForwardSlash; 421Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 499_parsedPath = _parsedQueryString = null; 519_parsedRawTarget = _parsedPath = _parsedQueryString = null; 568Path = _parsedPath = uri.LocalPath;
2 references to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
372Path = _parsedPath; 588Path = _parsedPath;