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