10 references to AssemblyCustomAttributes
Microsoft.Build.Tasks.Core (1)
WriteCodeFragment.cs (1)
270unit.AssemblyCustomAttributes.Add(attribute);
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2944ccu.AssemblyCustomAttributes.Add(cad); 3250ccu.AssemblyCustomAttributes.Add(cad);
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2482if (e.AssemblyCustomAttributes.Count > 0) 2484GenerateAttributes(e.AssemblyCustomAttributes, "assembly: ");
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2261if (e.AssemblyCustomAttributes.Count > 0) 2263OutputAttributes(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);