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