10 instantiations of ApplicationInsightsEntryFormat
dotnet (9)
Telemetry\AllowListToSendFirstAppliedOptions.cs (1)
28
result.Add(new
ApplicationInsightsEntryFormat
(
Telemetry\AllowListToSendFirstArgument.cs (1)
34
result.Add(new
ApplicationInsightsEntryFormat
(
Telemetry\AllowListToSendVerbSecondVerbFirstArgument.cs (1)
32
result.Add(new
ApplicationInsightsEntryFormat
(
Telemetry\TelemetryFilter.cs (5)
58
result.Add(new
ApplicationInsightsEntryFormat
(
75
result.Add(new
ApplicationInsightsEntryFormat
(
82
result.Add(new
ApplicationInsightsEntryFormat
(
152
result.Add(new
ApplicationInsightsEntryFormat
(
172
result.Add(new
ApplicationInsightsEntryFormat
(
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
33
result.Add(new
ApplicationInsightsEntryFormat
(
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
111
return new
ApplicationInsightsEntryFormat
(EventName, appliedProperties, Measurements);
18 references to ApplicationInsightsEntryFormat
dotnet (14)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
37
foreach (
var
e in filter.Filter(new InstallerSuccessReport(exeName)))
Telemetry\AllowListToSendFirstAppliedOptions.cs (2)
17
public List<
ApplicationInsightsEntryFormat
> AllowList(ParseResult parseResult, Dictionary<string, double> measurements = null)
20
var result = new List<
ApplicationInsightsEntryFormat
>();
Telemetry\AllowListToSendFirstArgument.cs (2)
17
public List<
ApplicationInsightsEntryFormat
> AllowList(ParseResult parseResult, Dictionary<string, double> measurements = null)
19
var result = new List<
ApplicationInsightsEntryFormat
>();
Telemetry\AllowListToSendVerbSecondVerbFirstArgument.cs (2)
18
public List<
ApplicationInsightsEntryFormat
> AllowList(ParseResult parseResult, Dictionary<string, double> measurements = null)
20
var result = new List<
ApplicationInsightsEntryFormat
>();
Telemetry\IParseResultLogRule.cs (1)
13
List<
ApplicationInsightsEntryFormat
> AllowList(ParseResult parseResult, Dictionary<string, double> measurements = null);
Telemetry\TelemetryFilter.cs (4)
25
public IEnumerable<
ApplicationInsightsEntryFormat
> Filter(object objectToFilter)
27
var result = new List<
ApplicationInsightsEntryFormat
>();
143
ICollection<
ApplicationInsightsEntryFormat
> result,
164
ICollection<
ApplicationInsightsEntryFormat
> result,
Telemetry\TopLevelCommandNameAndOptionToLog.cs (2)
21
public List<
ApplicationInsightsEntryFormat
> AllowList(ParseResult parseResult, Dictionary<string, double> measurements = null)
24
var result = new List<
ApplicationInsightsEntryFormat
>();
Microsoft.DotNet.Cli.Utils (4)
ITelemetryFilter.cs (1)
8
IEnumerable<
ApplicationInsightsEntryFormat
> Filter(object o);
TelemetryEventEntry.cs (3)
29
foreach (
ApplicationInsightsEntryFormat
entry in TelemetryFilter.Filter(o))
76
public IEnumerable<
ApplicationInsightsEntryFormat
> Filter(object o)
108
public
ApplicationInsightsEntryFormat
WithAppliedToPropertiesValue(Func<string?, string> func)