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