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