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