14 writes to Path
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
336Path = ForwardSlash; 357Path = _parsedPath; 401Path = _parsedPath = ForwardSlash; 406Path = _parsedPath = PathNormalizer.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 480Path = string.Empty; 500Path = string.Empty; 553Path = _parsedPath = uri.LocalPath; 573Path = _parsedPath;
Internal\Http\HttpProtocol.cs (1)
358Path = null;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
61set => Path = value;
Internal\Http2\Http2Stream.cs (2)
315Path = string.Empty; 438Path = PathNormalizer.DecodePath(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
Internal\Http3\Http3Stream.cs (2)
1037Path = string.Empty; 1160Path = PathNormalizer.DecodePath(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
4 references to Path
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
319Debug.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);