11 references to CodeAttributeDeclaration
Microsoft.Build.Tasks.Core (5)
system.design\stronglytypedresourcebuilder.cs (4)
224
srClass.CustomAttributes.Add(new
CodeAttributeDeclaration
(debuggerAttrib));
231
srClass.CustomAttributes.Add(new
CodeAttributeDeclaration
(compilerGenedAttrib));
302
var generatedCodeAttrib = new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(GeneratedCodeAttribute)));
339
var suppressMessageAttrib = new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(SuppressMessageAttribute)));
WriteCodeFragment.cs (1)
254
var attribute = new
CodeAttributeDeclaration
(new CodeTypeReference(attributeItem.ItemSpec));
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1489
CodeAttributeDeclaration cad = new
CodeAttributeDeclaration
(
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1690
get { return new
CodeAttributeDeclaration
(GetCodeTypeReference(typeof(SerializableAttribute))); }
System.Windows.Forms.Design (4)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (4)
380
classType.CustomAttributes.Add(
new
(new CodeTypeReference(typeof(DebuggerNonUserCodeAttribute))
386
classType.CustomAttributes.Add(
new
(new CodeTypeReference(typeof(CompilerGeneratedAttribute))
442
CodeAttributeDeclaration generatedCodeAttrib =
new
(new CodeTypeReference(typeof(GeneratedCodeAttribute)));
490
CodeAttributeDeclaration suppressAttribute =
new
(new CodeTypeReference(typeof(SuppressMessageAttribute)));