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