1 write to _id
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
86_id = PInvokeCore.GetCurrentThreadId();
6 references to _id
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (6)
89s_contextHash[_id] = this; 275if (PInvokeCore.GetCurrentThreadId() != _id) 314s_contextHash.Remove(_id, out _); 503Debug.Assert(context._id == id); 526internal uint GetId() => _id; 654PInvoke.PostThreadMessage(_id, PInvokeCore.WM_QUIT, default, default);