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