7 references to MTAHelper
System.Management (7)
System\Management\ManagementEventWatcher.cs (1)
631if (MTAHelper.IsNoContextMTA())
System\Management\ManagementPath.cs (3)
249IWbemPath wbemPath = (IWbemPath)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath(); 642wmiPath = (IWbemPath)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath (); 935wmiPath = (IWbemPath)MTAHelper.CreateInMTA(typeof(WbemDefPath)); //new WbemDefPath();
System\Management\ManagementScope.cs (1)
945if (!MTAHelper.IsNoContextMTA())
System\Management\WmiEventSink.cs (2)
39if (MTAHelper.IsNoContextMTA()) 255if (MTAHelper.IsNoContextMTA())