6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
502_parsedRawTarget = _parsedPath = _parsedQueryString = null; 563Path = _parsedPath = ForwardSlash; 568Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 646_parsedPath = _parsedQueryString = null; 666_parsedRawTarget = _parsedPath = _parsedQueryString = null; 740Path = _parsedPath = PathDecoder.DecodePath(pathBufferSliced, targetPath.IsEncoded, absolutePath, queryLength: 0);
2 references to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
519Path = _parsedPath; 773Path = _parsedPath;