From 9342f9b946066a14700bd6b4e9b115779aacf455 Mon Sep 17 00:00:00 2001 From: Brennan Date: Wed, 21 Sep 2022 09:41:21 -0700 Subject: [PATCH] Update RateLimiting ref assembly --- .../ref/System.Threading.RateLimiting.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libraries/System.Threading.RateLimiting/ref/System.Threading.RateLimiting.cs b/src/libraries/System.Threading.RateLimiting/ref/System.Threading.RateLimiting.cs index b4905c286ecd9f..9ca87ccd8cff41 100644 --- a/src/libraries/System.Threading.RateLimiting/ref/System.Threading.RateLimiting.cs +++ b/src/libraries/System.Threading.RateLimiting/ref/System.Threading.RateLimiting.cs @@ -103,10 +103,10 @@ protected virtual void Dispose(bool disposing) { } public partial class RateLimiterStatistics { public RateLimiterStatistics() { } - public long CurrentAvailablePermits { get { throw null; } set { } } - public long CurrentQueuedCount { get { throw null; } set { } } - public long TotalFailedLeases { get { throw null; } set { } } - public long TotalSuccessfulLeases { get { throw null; } set { } } + public long CurrentAvailablePermits { get { throw null; } init { } } + public long CurrentQueuedCount { get { throw null; } init { } } + public long TotalFailedLeases { get { throw null; } init { } } + public long TotalSuccessfulLeases { get { throw null; } init { } } } public abstract partial class RateLimitLease : System.IDisposable {