5 references to TryGetErrorType
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\KestrelMetrics.cs (5)
144
if (metricsContext.ConnectionEndReason is { } reason &&
TryGetErrorType
(reason, out var errorValue))
416
if (
TryGetErrorType
(reason, out var errorTypeValue))
436
Debug.Assert(
TryGetErrorType
(reason, out _), "Overwrite should only be set for an error reason.");
439
else if (
TryGetErrorType
(reason, out _))
451
TryGetErrorType
(reason, out var errorTypeValue);