1 instantiation of InstallerSuccessReport
dotnet (1)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
37
foreach (var e in filter.Filter(new
InstallerSuccessReport
(exeName)))
1 reference to InstallerSuccessReport
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
73
else if (objectToFilter is
InstallerSuccessReport
installerSuccessReport)