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