17 references to CodeAttributeDeclarationCollection
System.CodeDom (5)
System\CodeDom\CodeCompileUnit.cs (1)
16public CodeAttributeDeclarationCollection AssemblyCustomAttributes => field ??= new CodeAttributeDeclarationCollection();
System\CodeDom\CodeMemberMethod.cs (1)
73public CodeAttributeDeclarationCollection ReturnTypeCustomAttributes => field ??= new CodeAttributeDeclarationCollection();
System\CodeDom\CodeParameterDeclarationExpression.cs (1)
30get => field ??= new CodeAttributeDeclarationCollection();
System\CodeDom\CodeTypeMember.cs (1)
18get => field ??= new CodeAttributeDeclarationCollection();
System\CodeDom\CodeTypeParameter.cs (1)
25public CodeAttributeDeclarationCollection CustomAttributes => field ??= new CodeAttributeDeclarationCollection();
System.Management (12)
System\Management\WMIGenerator.cs (12)
941cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 983cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 1022cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 1121cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 1225cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 1233cmp2.CustomAttributes = new CodeAttributeDeclarationCollection(); 4945cmm.CustomAttributes = new CodeAttributeDeclarationCollection(); 4979cmm.CustomAttributes = new CodeAttributeDeclarationCollection(); 5327cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 5967cmp.CustomAttributes = new CodeAttributeDeclarationCollection(); 6192cmm.CustomAttributes = new CodeAttributeDeclarationCollection(); 6271cmm.CustomAttributes = new CodeAttributeDeclarationCollection();