Implemented interface member:
10 references to Dispose
Aspire.Dashboard (1)
Telemetry\DashboardTelemetrySender.cs (1)
180Client?.Dispose();
dotnet-openapi (1)
HttpClientWrapper.cs (1)
26_client.Dispose();
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
523httpClientToDispose.Dispose();
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
294_httpClient.Dispose();
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
869client.Dispose();
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Http\DefaultHttpClient.cs (1)
40_httpClient.Dispose();
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
477_httpClient.Dispose();
System.Net.Requests (2)
System\Net\HttpWebRequest.cs (2)
1306_httpClient?.Dispose(); 1888client?.Dispose();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
368httpClient.Dispose();