4 writes to PathParameters
Microsoft.Extensions.Http.Diagnostics (4)
Logging\Internal\HttpRequestReader.cs (3)
136
logRecord.
PathParameters
= null;
171
logRecord.
PathParameters
= null;
180
logRecord.
PathParameters
= routeParams;
Logging\Internal\LogRecord.cs (1)
83
PathParameters
= null;
5 references to PathParameters
Microsoft.Extensions.Http.Diagnostics (5)
Logging\Internal\Log.cs (2)
121
if (record.
PathParameters
is not null)
123
loggerMessageState.AddPathParameters(record.
PathParameters
, record.PathParametersCount, ref index);
Logging\Internal\LogRecord.cs (3)
74
/// Gets or sets request path parameters count for <see cref="
PathParameters
"/>.
80
if (
PathParameters
!= null)
82
ArrayPool<HttpRouteParameter>.Shared.Return(
PathParameters
);