2 writes to _innerProtectorWithTimeLimitedPurpose
Microsoft.AspNetCore.DataProtection.Extensions (2)
TimeLimitedDataProtector.cs (2)
39var retVal = Volatile.Read(ref _innerProtectorWithTimeLimitedPurpose); 43retVal = Interlocked.CompareExchange(ref _innerProtectorWithTimeLimitedPurpose, newValue, null) ?? newValue;