22 references to AssemblyCustomAttributes
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2869
ccu.
AssemblyCustomAttributes
.Add(cad);
3175
ccu.
AssemblyCustomAttributes
.Add(cad);
System (6)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
2941
if (e.
AssemblyCustomAttributes
.Count > 0) {
2942
GenerateAttributes(e.
AssemblyCustomAttributes
, "assembly: ");
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
2458
if (e.
AssemblyCustomAttributes
.Count > 0) {
2459
OutputAttributes(e.
AssemblyCustomAttributes
, false, "Assembly: ", true);
compmod\system\codedom\compiler\CodeValidator.cs (2)
104
if (e.
AssemblyCustomAttributes
.Count > 0) {
105
ValidateAttributes(e.
AssemblyCustomAttributes
);
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
377
compileUnit.
AssemblyCustomAttributes
.Add(viewGenAttribute);
System\Data\EntityModel\Emitters\AssociationTypeEmitter.cs (1)
38
Generator.CompileUnit.
AssemblyCustomAttributes
.Add(
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
88
CompileUnit.
AssemblyCustomAttributes
.Add(assemblyAttribute);
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\Scripts.cs (2)
258
unit.
AssemblyCustomAttributes
.Add(new CodeAttributeDeclaration("System.Security.SecurityTransparentAttribute"));
261
unit.
AssemblyCustomAttributes
.Add(
System\Xml\Xsl\XsltOld\Compiler.cs (1)
781
unit.
AssemblyCustomAttributes
.Add(
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1347
codeCompileUnit.
AssemblyCustomAttributes
.Add(namespaceAttribute);
System.ServiceModel (3)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (3)
130
foreach (CodeAttributeDeclaration assemblyCustomAttribute in codeCompileUnit.
AssemblyCustomAttributes
)
131
if (!targetCompileUnit.
AssemblyCustomAttributes
.Contains(assemblyCustomAttribute))
132
targetCompileUnit.
AssemblyCustomAttributes
.Add(assemblyCustomAttribute);
System.Web (4)
Compilation\AssemblyBuilder.cs (1)
621
_miscCodeCompileUnit.
AssemblyCustomAttributes
.Add(declaration);
Configuration\BrowserCapabilitiesCodeGenerator.cs (3)
703
ccu.
AssemblyCustomAttributes
.Add(aptca);
705
ccu.
AssemblyCustomAttributes
.Add(declaration);
711
ccu.
AssemblyCustomAttributes
.Add(declaration);