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