4 implementations of AllowList
dotnet (4)
Telemetry\AllowListToSendFirstAppliedOptions.cs (1)
17
public List<ApplicationInsightsEntryFormat>
AllowList
(ParseResult parseResult, Dictionary<string, double> measurements = null)
Telemetry\AllowListToSendFirstArgument.cs (1)
17
public List<ApplicationInsightsEntryFormat>
AllowList
(ParseResult parseResult, Dictionary<string, double> measurements = null)
Telemetry\AllowListToSendVerbSecondVerbFirstArgument.cs (1)
18
public List<ApplicationInsightsEntryFormat>
AllowList
(ParseResult parseResult, Dictionary<string, double> measurements = null)
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
21
public List<ApplicationInsightsEntryFormat>
AllowList
(ParseResult parseResult, Dictionary<string, double> measurements = null)
1 reference to AllowList
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
69
result.AddRange(rule.
AllowList
(parseResult, measurements));