14 writes to Path
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
351Path = ForwardSlash; 372Path = _parsedPath; 416Path = _parsedPath = ForwardSlash; 421Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 495Path = string.Empty; 515Path = string.Empty; 568Path = _parsedPath = uri.LocalPath; 588Path = _parsedPath;
Internal\Http\HttpProtocol.cs (1)
365Path = null;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
61set => Path = value;
Internal\Http2\Http2Stream.cs (2)
327Path = string.Empty; 450Path = PathDecoder.DecodePath(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
Internal\Http3\Http3Stream.cs (2)
1048Path = string.Empty; 1171Path = PathDecoder.DecodePath(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
4 references to Path
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
334Debug.Assert(Path != null, "Path was not set");
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
60get => Path!;
Internal\Infrastructure\KestrelEventSource.cs (2)
110RequestStart(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText); 135RequestStop(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText);