1 instantiation of AsyncLocalValueChangedArgs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (1)
54_valueChangedHandler(new AsyncLocalValueChangedArgs<T>(previousValue, currentValue, contextChanged));
8 references to AsyncLocalValueChangedArgs
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1119[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocalValueChangedArgs<>))]
netstandard (1)
netstandard.cs (1)
2066[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocalValueChangedArgs<>))]
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (1)
552private void ActivityChanging(AsyncLocalValueChangedArgs<ActivityInfo?> args)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
119private static void AsyncLocalSetCurrentCulture(AsyncLocalValueChangedArgs<CultureInfo> args) 124private static void AsyncLocalSetCurrentUICulture(AsyncLocalValueChangedArgs<CultureInfo> args)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (2)
14private readonly Action<AsyncLocalValueChangedArgs<T>>? _valueChangedHandler; 23public AsyncLocal(Action<AsyncLocalValueChangedArgs<T>>? valueChangedHandler)
System.Threading (1)
artifacts\obj\System.Threading\Debug\net10.0\System.Threading.Forwards.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.AsyncLocalValueChangedArgs<>))]