1 write to CurrentValue
mscorlib (1)
system\threading\asynclocal.cs (1)
113
CurrentValue
= currentValue;
3 references to CurrentValue
mscorlib (3)
system\diagnostics\eventing\activitytracker.cs (1)
556
ActivityInfo cur = args.
CurrentValue
;
system\threading\thread.cs (2)
202
Thread.CurrentThread.m_CurrentCulture = args.
CurrentValue
;
211
Thread.CurrentThread.m_CurrentUICulture = args.
CurrentValue
;