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