4 writes to PathParameters
Microsoft.Extensions.Http.Diagnostics (4)
Logging\Internal\HttpRequestReader.cs (3)
222
logRecord.
PathParameters
= null;
257
logRecord.
PathParameters
= null;
266
logRecord.
PathParameters
= routeParams;
Logging\Internal\LogRecord.cs (1)
89
PathParameters
= null;
5 references to PathParameters
Microsoft.Extensions.Http.Diagnostics (5)
Logging\Internal\Log.cs (2)
133
if (record.
PathParameters
is not null)
135
loggerMessageState.AddPathParameters(record.
PathParameters
, record.PathParametersCount, ref index);
Logging\Internal\LogRecord.cs (3)
75
/// Gets or sets request path parameters count for <see cref="
PathParameters
"/>.
86
if (
PathParameters
!= null)
88
ArrayPool<HttpRouteParameter>.Shared.Return(
PathParameters
);