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