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