Implemented interface member:
7 references to Dispose
Aspire.Dashboard (1)
Telemetry\DashboardTelemetrySender.cs (1)
180Client?.Dispose();
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
523httpClientToDispose.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();