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