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