2 writes to HasSTAThreadAttribute
Microsoft.Build.Framework (2)
Loader\LoadedType.cs (2)
50HasSTAThreadAttribute = CheckForHardcodedSTARequirement(); 88HasSTAThreadAttribute = true;
3 references to HasSTAThreadAttribute
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
369if (_taskFactoryWrapper.TaskFactoryLoadedType.HasSTAThreadAttribute)
Instance\TaskRegistry.cs (1)
485if (taskFactory.TaskFactoryLoadedType.HasSTAThreadAttribute)
MSBuild (1)
OutOfProcTaskAppDomainWrapperBase.cs (1)
147if (taskType.HasSTAThreadAttribute)