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