1 instantiation of RunInSTAAttribute
Microsoft.DotNet.SignCheck (1)
SignCheckTask.cs (1)
15[RunInSTA]
3 references to RunInSTAAttribute
Microsoft.Build (1)
LoadedType.cs (1)
58if (CustomAttributeData.GetCustomAttributes(t).Any(attr => attr.AttributeType.Name.Equals(nameof(RunInSTAAttribute))))
MSBuild (2)
LoadedType.cs (1)
58if (CustomAttributeData.GetCustomAttributes(t).Any(attr => attr.AttributeType.Name.Equals(nameof(RunInSTAAttribute))))
OutOfProcTaskAppDomainWrapperBase.cs (1)
145[taskName, taskLocation, typeof(RunInSTAAttribute).FullName]);