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