2 writes to HasSTAThreadAttribute
Microsoft.Build (2)
LoadedType.cs (2)
37HasSTAThreadAttribute = CheckForHardcodedSTARequirement(); 63HasSTAThreadAttribute = true;
2 references to HasSTAThreadAttribute
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
285if (_taskFactoryWrapper.TaskFactoryLoadedType.HasSTAThreadAttribute)
Instance\TaskRegistry.cs (1)
492if (taskFactory.TaskFactoryLoadedType.HasSTAThreadAttribute)