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