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