4 implementations of IParseResultLogRule
dotnet (4)
Telemetry\AllowListToSendFirstAppliedOptions.cs (1)
13
HashSet<string> topLevelCommandNameAllowList) :
IParseResultLogRule
Telemetry\AllowListToSendFirstArgument.cs (1)
13
HashSet<string> topLevelCommandNameAllowList) :
IParseResultLogRule
Telemetry\AllowListToSendVerbSecondVerbFirstArgument.cs (1)
14
HashSet<string> topLevelCommandNameAllowList) :
IParseResultLogRule
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
16
HashSet<Option> optionsToLog) :
IParseResultLogRule
2 references to IParseResultLogRule
dotnet (2)
Telemetry\TelemetryFilter.cs (2)
67
foreach (
IParseResultLogRule
rule in ParseResultLogRules)
105
private static List<
IParseResultLogRule
> ParseResultLogRules =>