1 instantiation of InstallerSuccessReport
dotnet (1)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
32foreach (var e in filter.Filter(new InstallerSuccessReport(exeName)))
4 references to InstallerSuccessReport
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
24public IEnumerable<TelemetryEntryFormat> Filter(InstallerSuccessReport report)
Microsoft.DotNet.Cli.Utils (3)
ITelemetryFilter.cs (1)
14IEnumerable<TelemetryEntryFormat> Filter(InstallerSuccessReport report);
TelemetryEventEntry.cs (2)
24public static void SendFiltered(InstallerSuccessReport report) => 57public IEnumerable<TelemetryEntryFormat> Filter(InstallerSuccessReport report) => s_emptyEntries;