9 references to AssemblyCustomAttributes
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2970ccu.AssemblyCustomAttributes.Add(cad); 3281ccu.AssemblyCustomAttributes.Add(cad);
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2471if (e.AssemblyCustomAttributes.Count > 0) 2473GenerateAttributes(e.AssemblyCustomAttributes, "assembly: ");
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2254if (e.AssemblyCustomAttributes.Count > 0) 2256OutputAttributes(e.AssemblyCustomAttributes, false, "Assembly: ", true);
System\CodeDom\Compiler\CodeValidator.cs (2)
118if (e.AssemblyCustomAttributes.Count > 0) 120ValidateAttributes(e.AssemblyCustomAttributes);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1363_codeCompileUnit.AssemblyCustomAttributes.Add(namespaceAttribute);