10 references to AssemblyCustomAttributes
Microsoft.Build.Tasks.Core (1)
WriteCodeFragment.cs (1)
270
unit.
AssemblyCustomAttributes
.Add(attribute);
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2985
ccu.
AssemblyCustomAttributes
.Add(cad);
3297
ccu.
AssemblyCustomAttributes
.Add(cad);
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2482
if (e.
AssemblyCustomAttributes
.Count > 0)
2484
GenerateAttributes(e.
AssemblyCustomAttributes
, "assembly: ");
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2261
if (e.
AssemblyCustomAttributes
.Count > 0)
2263
OutputAttributes(e.
AssemblyCustomAttributes
, false, "Assembly: ", true);
System\CodeDom\Compiler\CodeValidator.cs (2)
118
if (e.
AssemblyCustomAttributes
.Count > 0)
120
ValidateAttributes(e.
AssemblyCustomAttributes
);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1363
_codeCompileUnit.
AssemblyCustomAttributes
.Add(namespaceAttribute);