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