9 references to AssemblyCustomAttributes
dotnet-svcutil-lib (9)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
160
Enumerate(cu.
AssemblyCustomAttributes
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
126
if (e.
AssemblyCustomAttributes
.Count > 0)
128
ValidateAttributes(e.
AssemblyCustomAttributes
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
3355
if (e.
AssemblyCustomAttributes
.Count > 0)
3357
GenerateAttributes(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)
130
foreach (CodeAttributeDeclaration assemblyCustomAttribute in codeCompileUnit.
AssemblyCustomAttributes
)
131
if (!targetCompileUnit.
AssemblyCustomAttributes
.Contains(assemblyCustomAttribute))
132
targetCompileUnit.
AssemblyCustomAttributes
.Add(assemblyCustomAttribute);