System.Threading.AsyncLocalValueChangedArgs<T> public struct AsyncLocalValueChangedArgs<T> Documentation Code public T CurrentValue { get; } public T PreviousValue { get; } public bool ThreadContextChanged { get; }