2 writes to HasSTAThreadAttribute
MSBuildTaskHost (2)
LoadedType.cs (2)
39
HasSTAThreadAttribute
= CheckForHardcodedSTARequirement();
112
HasSTAThreadAttribute
= this.Type.GetTypeInfo().IsDefined(typeof(RunInSTAAttribute), true /* inherited */);
1 reference to HasSTAThreadAttribute
MSBuildTaskHost (1)
OutOfProcTaskAppDomainWrapperBase.cs (1)
132
if (taskType.
HasSTAThreadAttribute
)