4 implementations of IParseResultLogRule
dotnet (4)
Telemetry\AllowListToSendFirstAppliedOptions.cs (1)
13
HashSet<string> topLevelCommandNameAllowList) :
IParseResultLogRule
Telemetry\AllowListToSendFirstArgument.cs (1)
10
internal class AllowListToSendFirstArgument(HashSet<string> topLevelCommandNameAllowList) :
IParseResultLogRule
Telemetry\AllowListToSendVerbSecondVerbFirstArgument.cs (1)
11
internal class AllowListToSendVerbSecondVerbFirstArgument(HashSet<string> topLevelCommandNameAllowList) :
IParseResultLogRule
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
12
internal class TopLevelCommandNameAndOptionToLog(HashSet<string> topLevelCommandName, HashSet<string> optionsToLog) :
IParseResultLogRule
2 references to IParseResultLogRule
dotnet (2)
Telemetry\TelemetryFilter.cs (2)
83
foreach (
IParseResultLogRule
rule in ParseResultLogRules)
95
private static List<
IParseResultLogRule
> ParseResultLogRules =>