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