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)
89PathParameters = null;
5 references to PathParameters
Microsoft.Extensions.Http.Diagnostics (5)
Logging\Internal\Log.cs (2)
133if (record.PathParameters is not null) 135loggerMessageState.AddPathParameters(record.PathParameters, record.PathParametersCount, ref index);
Logging\Internal\LogRecord.cs (3)
75/// Gets or sets request path parameters count for <see cref="PathParameters"/>. 86if (PathParameters != null) 88ArrayPool<HttpRouteParameter>.Shared.Return(PathParameters);