9 references to AssemblyCustomAttributes
dotnet-svcutil-lib (9)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
160Enumerate(cu.AssemblyCustomAttributes);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
126if (e.AssemblyCustomAttributes.Count > 0) 128ValidateAttributes(e.AssemblyCustomAttributes);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
3355if (e.AssemblyCustomAttributes.Count > 0) 3357GenerateAttributes(e.AssemblyCustomAttributes, "assembly: ");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1279_codeCompileUnit.AssemblyCustomAttributes.Add(namespaceAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (3)
130foreach (CodeAttributeDeclaration assemblyCustomAttribute in codeCompileUnit.AssemblyCustomAttributes) 131if (!targetCompileUnit.AssemblyCustomAttributes.Contains(assemblyCustomAttribute)) 132targetCompileUnit.AssemblyCustomAttributes.Add(assemblyCustomAttribute);