2 writes to HasSTAThreadAttribute
Microsoft.Build.Framework (2)
Loader\LoadedType.cs (2)
45
HasSTAThreadAttribute
= CheckForHardcodedSTARequirement();
75
HasSTAThreadAttribute
= true;
3 references to HasSTAThreadAttribute
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
311
if (_taskFactoryWrapper.TaskFactoryLoadedType.
HasSTAThreadAttribute
)
Instance\TaskRegistry.cs (1)
483
if (taskFactory.TaskFactoryLoadedType.
HasSTAThreadAttribute
)
MSBuild (1)
OutOfProcTaskAppDomainWrapperBase.cs (1)
146
if (taskType.
HasSTAThreadAttribute
)