14 references to ThreadStart
mscorlib (7)
system\threading\thread.cs (7)
66
if (t._start is
ThreadStart
)
68
((
ThreadStart
)t._start)();
109
((
ThreadStart
)_start)();
230
public Thread(
ThreadStart
start) {
239
public Thread(
ThreadStart
start, int maxStackSize) {
319
if(m_Delegate is
ThreadStart
)
856
if(start is
ThreadStart
)
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
232
ThreadStart
d = delegate
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2856
ThreadStart
threadStart = new ThreadStart(this.ShellExecuteFunction);
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
177
System.Threading.
ThreadStart
threadDelegate = new System.Threading.ThreadStart(AppDomainUnload);
System.Runtime.Remoting (2)
channels\http\httpserverchannel.cs (1)
207
ThreadStart
t = new ThreadStart(this.Listen);
channels\ipc\ipcserverchannel.cs (1)
164
ThreadStart
t = new ThreadStart(this.Listen);
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
82
ThreadStart
threadStart = new ThreadStart(WaitForWork);
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
67
ThreadStart
threadStart = new ThreadStart(WaitForWork);