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