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