4 references to s_contextHash
System.Windows.Forms (4)
System\Windows\Forms\Application.ThreadContext.cs (4)
89
s_contextHash
[_id] = this;
314
s_contextHash
.Remove(_id, out _);
436
foreach ((_, var threadContext) in
s_contextHash
)
495
if (
s_contextHash
.TryGetValue(id, out ThreadContext? context))