3 references to TryGetErrorType
System.Net.Http (3)
System\Net\Http\DiagnosticsHandler.cs (1)
205if (DiagnosticsHelper.TryGetErrorType(response, exception, out string? errorType))
System\Net\Http\Metrics\MetricsHandler.cs (1)
122if (DiagnosticsHelper.TryGetErrorType(response, exception, out string? errorType))
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (1)
66DiagnosticsHelper.TryGetErrorType(null, exception, out string? errorType);