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