4 references to TryGetErrorType
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelMetrics.cs (4)
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);