6 writes to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (6)
457_parsedRawTarget = _parsedPath = _parsedQueryString = null; 518Path = _parsedPath = ForwardSlash; 523Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 601_parsedPath = _parsedQueryString = null; 621_parsedRawTarget = _parsedPath = _parsedQueryString = null; 670Path = _parsedPath = uri.LocalPath;
2 references to _parsedPath
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
474Path = _parsedPath; 690Path = _parsedPath;