4 references to TryGetErrorType
System.Net.Http (4)
System\Net\Http\DiagnosticsHandler.cs (2)
207if (DiagnosticsHelper.TryGetErrorType(response, exception, out string? errorType)) 226if (DiagnosticsHelper.TryGetErrorType(response, exception, out string? errorType))
System\Net\Http\Metrics\MetricsHandler.cs (1)
117if (DiagnosticsHelper.TryGetErrorType(response, exception, out string? errorType))
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (1)
66DiagnosticsHelper.TryGetErrorType(null, exception, out string? errorType);