Home
last modified time | relevance | path

Searched defs:workerMethod (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs2122 public ThreadDispatch ( ThreadWorkerMethodWithReturn workerMethod ) : this ( ) in ThreadDispatch()
2135 public ThreadDispatch ( ThreadWorkerMethodWithReturnAndParam workerMethod ) : this ( ) in ThreadDispatch()
2148 public ThreadDispatch ( ThreadWorkerMethodWithParam workerMethod ) : this ( ) in ThreadDispatch()
2161 public ThreadDispatch ( ThreadWorkerMethod workerMethod ) : this ( ) in ThreadDispatch()
2206 …ivate void InitializeThreadState ( object threadParams, ThreadWorkerMethodWithReturn workerMethod,… in InitializeThreadState()
2221 …e void InitializeThreadState ( object threadParams, ThreadWorkerMethodWithReturnAndParam workerMet… in InitializeThreadState()
2236 …private void InitializeThreadState ( object threadParams, ThreadWorkerMethod workerMethod, Apartme… in InitializeThreadState()
2251 …ivate void InitializeThreadState ( object threadParams, ThreadWorkerMethodWithParam workerMethod, … in InitializeThreadState()