Home
last modified time | relevance | path

Searched refs:ThreadWorkerMethodWithParam (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementEventWatcher.cs643 …ThreadDispatch disp = new ThreadDispatch ( new ThreadDispatch.ThreadWorkerMethodWithParam ( HackTo… in SinkForEventQuery()
H A DManagementScope.cs961 …ThreadDispatch disp = new ThreadDispatch ( new ThreadDispatch.ThreadWorkerMethodWithParam ( Initia… in Initialize()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs2013 …private ThreadWorkerMethodWithParam threadWorkerMethodWithParam ; //…
2110 public delegate void ThreadWorkerMethodWithParam ( object param ) ; in ThreadWorkerMethodWithParam() method in System.Management.ThreadDispatch
2148 public ThreadDispatch ( ThreadWorkerMethodWithParam workerMethod ) : this ( ) in ThreadDispatch()
2251 …private void InitializeThreadState ( object threadParams, ThreadWorkerMethodWithParam workerMethod… in InitializeThreadState()