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