2 writes to PathParametersCount
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpRequestReader.cs (1)
183logRecord.PathParametersCount = routeSegments.ParameterCount;
Logging\Internal\LogRecord.cs (1)
96PathParametersCount = 0;
2 references to PathParametersCount
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\Log.cs (2)
98record.PathParametersCount + (record.RequestBody is null ? 0 : 1) + (record.ResponseBody is null ? 0 : 1); 123loggerMessageState.AddPathParameters(record.PathParameters, record.PathParametersCount, ref index);