14 writes to Path
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
454Path = ForwardSlash; 475Path = _parsedPath; 519Path = _parsedPath = ForwardSlash; 524Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded, RawTarget, queryLength); 598Path = string.Empty; 618Path = string.Empty; 686Path = _parsedPath = PathDecoder.DecodePath(pathBufferSliced, targetPath.IsEncoded, absolutePath, queryLength: 0); 719Path = _parsedPath;
Internal\Http\HttpProtocol.cs (1)
382Path = null;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
61set => Path = value;
Internal\Http2\Http2Stream.cs (2)
326Path = string.Empty; 449Path = PathDecoder.DecodePath(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
Internal\Http3\Http3Stream.cs (2)
1104Path = string.Empty; 1227Path = PathDecoder.DecodePath(pathBuffer, pathEncoded, RawTarget!, QueryString!.Length);
4 references to Path
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
437Debug.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);