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