6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
458_parsedRawTarget = _parsedPath = _parsedQueryString = null; 519Path = _parsedPath = ForwardSlash; 524Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 602_parsedPath = _parsedQueryString = null; 622_parsedRawTarget = _parsedPath = _parsedQueryString = null; 686Path = _parsedPath = PathDecoder.DecodePath(pathBufferSliced, targetPath.IsEncoded, absolutePath, queryLength: 0);
2 references to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
475Path = _parsedPath; 719Path = _parsedPath;