Implemented interface member:
6 references to Dispose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
942
_httpRequestMessage.
Dispose
();
989
httpRequestMessageSnapshot.
Dispose
();
Microsoft.AspNetCore.Testing.Tests (1)
FakeCertificateHttpClientHandlerTests.cs (1)
61
_request.
Dispose
();
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (1)
Benchmarks\HeadersReaderBenchmark.cs (1)
54
Request?.
Dispose
();
Microsoft.Extensions.Http.Resilience.Tests (1)
Resilience\RequestMessageSnapshotTests.cs (1)
30
initialRequest.
Dispose
();
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1272
_sendRequestMessage?.
Dispose
();