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