4 implementations of Dispose
dotnet (2)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
59
public void
Dispose
()
Telemetry\Telemetry.cs (1)
123
public void
Dispose
()
dotnet.Tests (2)
CommandTests\MSBuild\FakeTelemetry.cs (1)
24
public void
Dispose
()
FakeRecordEventNameTelemetry.cs (1)
34
public void
Dispose
()
1 reference to Dispose
dotnet (1)
Program.cs (1)
298
TelemetryClient.
Dispose
();