1 write to threadCallbackList
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
822threadCallbackList = new Queue();
11 references to threadCallbackList
System (11)
compmod\microsoft\win32\SystemEvents.cs (11)
765Debug.Assert(threadCallbackList != null, "Invoking marshaled callbacks before there are any"); 768lock (threadCallbackList) { 769if (threadCallbackList.Count > 0) { 770current = (Delegate)threadCallbackList.Dequeue(); 792lock (threadCallbackList) { 793if (threadCallbackList.Count > 0) { 794current = (Delegate)threadCallbackList.Dequeue(); 818if (threadCallbackList == null) { 820if (threadCallbackList == null) { 829lock (threadCallbackList) { 830threadCallbackList.Enqueue(method);