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