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