2 writes to HasSTAThreadAttribute
MSBuild (2)
LoadedType.cs (2)
39
HasSTAThreadAttribute
= CheckForHardcodedSTARequirement();
60
HasSTAThreadAttribute
= true;
1 reference to HasSTAThreadAttribute
MSBuild (1)
OutOfProcTaskAppDomainWrapperBase.cs (1)
132
if (taskType.
HasSTAThreadAttribute
)