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)
552
private void ActivityChanging(
AsyncLocalValueChangedArgs
<ActivityInfo?> args)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
119
private static void AsyncLocalSetCurrentCulture(
AsyncLocalValueChangedArgs
<CultureInfo> args)
124
private static void AsyncLocalSetCurrentUICulture(
AsyncLocalValueChangedArgs
<CultureInfo> args)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (2)
14
private readonly Action<
AsyncLocalValueChangedArgs
<T>>? _valueChangedHandler;
23
public 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
<>))]