4 references to CodeAttributeDeclaration
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1482CodeAttributeDeclaration cad = new CodeAttributeDeclaration( 2220new CodeAttributeDeclaration( 2440CodeAttributeDeclaration cad = new CodeAttributeDeclaration(
System.CodeDom (1)
System\CodeDom\CodeAttributeDeclaration.cs (1)
25public CodeAttributeDeclaration(CodeTypeReference attributeType) : this(attributeType, null) { }