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