2 references to _protocolStatusIndex
Microsoft.AspNetCore.HttpLogging (1)
W3CLoggingMiddleware.cs (1)
214
shouldLog |= AddToList(elements,
_protocolStatusIndex
, StatusCodeHelper.ToStatusString(response.StatusCode));
Microsoft.AspNetCore.HttpLogging.Tests (1)
W3CLoggerTests.cs (1)
76
AddToList(elements, W3CLoggingMiddleware.
_protocolStatusIndex
, null);