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