4 references to InstallerSuccessReport
dotnet-aot (1)
parent\dotnet\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;