1 instantiation of STAThreadAttribute
WsatConfig (1)
CommandLine\ConsoleEntryPoint.cs (1)
42[STAThread]
2 references to STAThreadAttribute
mscorlib (1)
system\applicationactivator.cs (1)
105Object[] attrs = EntryAssembly.EntryPoint.GetCustomAttributes(typeof(STAThreadAttribute), false);
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3100cmmMain.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(STAThreadAttribute).FullName));