1 instantiation of AsyncLocalValueChangedArgs
mscorlib (1)
system\threading\asynclocal.cs (1)
85m_valueChangedHandler(new AsyncLocalValueChangedArgs<T>(previousValue, currentValue, contextChanged));
5 references to AsyncLocalValueChangedArgs
mscorlib (5)
system\diagnostics\eventing\activitytracker.cs (1)
554void ActivityChanging(AsyncLocalValueChangedArgs<ActivityInfo> args)
system\threading\asynclocal.cs (2)
45private readonly Action<AsyncLocalValueChangedArgs<T>> m_valueChangedHandler; 59public AsyncLocal(Action<AsyncLocalValueChangedArgs<T>> valueChangedHandler)
system\threading\thread.cs (2)
199static void AsyncLocalSetCurrentCulture(AsyncLocalValueChangedArgs<CultureInfo> args) 208static void AsyncLocalSetCurrentUICulture(AsyncLocalValueChangedArgs<CultureInfo> args)