2 writes to HasSTAThreadAttribute
Microsoft.Build (2)
LoadedType.cs (2)
38HasSTAThreadAttribute = CheckForHardcodedSTARequirement(); 59HasSTAThreadAttribute = true;
2 references to HasSTAThreadAttribute
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
284if (_taskFactoryWrapper.TaskFactoryLoadedType.HasSTAThreadAttribute)
Instance\TaskRegistry.cs (1)
499if (taskFactory.TaskFactoryLoadedType.HasSTAThreadAttribute)