Esempio n. 1
0
 private bool StopPurging([NotNullWhen(true)] out string?stopReason, [NotNullWhen(false)] out IQuotaRule?rule) => _quotaKeeper.StopPurging(out stopReason, out rule);
Esempio n. 2
0
 private bool StopPurging(out string stopReason, out IQuotaRule rule) => _quotaKeeper.StopPurging(out stopReason, out rule);