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