7 references to IsNoContextMTA
System.Management (7)
Instrumentation\EventSource.cs (1)
319
if (MTAHelper.
IsNoContextMTA
())
Instrumentation\Instrumentation.cs (1)
353
if(!MTAHelper.
IsNoContextMTA
()) // Bug#110141 - Checking for MTA is not enough. We need to make sure we are not in a COM+ Context
InteropClasses\WMIInterop.cs (1)
1995
if(
IsNoContextMTA
()) // Bug#110141 - Checking for MTA is not enough. We need to make sure we are not in a COM+ Context
managementeventwatcher.cs (1)
656
if(MTAHelper.
IsNoContextMTA
()) // Bug#110141 - Checking for MTA is not enough. We need to make sure we are not in a COM+ Context
managementscope.cs (1)
1085
if(!MTAHelper.
IsNoContextMTA
()) // Bug#110141 - Checking for MTA is not enough. We need to make sure we are not in a COM+ Context
wmieventsink.cs (2)
52
if(MTAHelper.
IsNoContextMTA
()) // Bug#110141 - Checking for MTA is not enough. We need to make sure we are not in a COM+ Context
278
if(MTAHelper.
IsNoContextMTA
()) // Bug#110141 - Checking for MTA is not enough. We need to make sure we are not in a COM+ Context