7 references to ArgumentNullThrowHelper
Microsoft.AspNetCore.Http.Connections.Client (7)
HttpConnection.cs (2)
126ArgumentNullThrowHelper.ThrowIfNull(url); 137ArgumentNullThrowHelper.ThrowIfNull(httpConnectionOptions);
HttpConnectionFactory.cs (2)
30ArgumentNullThrowHelper.ThrowIfNull(options); 46ArgumentNullThrowHelper.ThrowIfNull(endPoint);
Internal\LoggingHttpMessageHandler.cs (1)
20ArgumentNullThrowHelper.ThrowIfNull(loggerFactory);
Internal\ServerSentEventsTransport.cs (1)
39ArgumentNullThrowHelper.ThrowIfNull(httpClient);
Internal\WebSocketsTransport.cs (1)
289ArgumentNullThrowHelper.ThrowIfNull(url);