Implemented interface member:
10 references to Dispose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
350content.Dispose();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
374content.Dispose();
Microsoft.AspNetCore.TestHost.Tests (1)
ClientHandlerTests.cs (1)
498message.Content.Dispose();
System.Net.Http (5)
System\Net\Http\HttpContent.cs (1)
439CancellationTokenRegistration cancellationRegistration = cancellationToken.Register(static s => ((HttpContent)s!).Dispose(), this);
System\Net\Http\HttpRequestMessage.cs (1)
200_content?.Dispose();
System\Net\Http\HttpResponseMessage.cs (1)
215_content?.Dispose();
System\Net\Http\MultipartContent.cs (1)
113content.Dispose();
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
203_originalContent.Dispose();
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
333content.Dispose();
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
357content.Dispose();