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