25 references to CodeAttributeDeclaration
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1484
CodeAttributeDeclaration cad = new
CodeAttributeDeclaration
(
System.Activities (3)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
1538
expressionMethod.CustomAttributes.Add(new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(DebuggerHiddenAttribute))));
1582
expressionMethod.CustomAttributes.Add(new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(DebuggerHiddenAttribute))));
1632
expressionMethod.CustomAttributes.Add(new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(DebuggerHiddenAttribute))));
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
330
CodeAttributeDeclaration attribute = new
CodeAttributeDeclaration
(TypeReference.FromString(attributeType, true));
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (4)
140
CodeAttributeDeclaration attribute = new
CodeAttributeDeclaration
(TypeReference.FromString(attributeType, true));
496
CodeAttributeDeclaration attribute = new
CodeAttributeDeclaration
(
505
CodeAttributeDeclaration attribute = new
CodeAttributeDeclaration
(
546
CodeAttributeDeclaration attribute = new
CodeAttributeDeclaration
(
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1640
get { return new
CodeAttributeDeclaration
(GetCodeTypeReference(Globals.TypeOfSerializableAttribute)); }
System.ServiceModel (10)
System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs (1)
23
CodeAttributeDeclaration result = new
CodeAttributeDeclaration
(refT);
System\ServiceModel\Description\ClientClassGenerator.cs (1)
254
CodeAttributeDeclaration browsableAttribute = new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(EditorBrowsableAttribute)));
System\ServiceModel\Description\OperationGenerator.cs (1)
1001
CodeAttributeDeclaration attr = new
CodeAttributeDeclaration
(generator.GetCodeTypeReference(attributeType));
System\ServiceModel\Description\ServiceContractGenerator.cs (6)
397
CodeAttributeDeclaration serviceContractAttr = new
CodeAttributeDeclaration
(context.ServiceContractGenerator.GetCodeTypeReference(typeof(ServiceContractAttribute)));
452
CodeAttributeDeclaration serviceOperationAttr = new
CodeAttributeDeclaration
(context.ServiceContractGenerator.GetCodeTypeReference(typeof(OperationContractAttribute)));
545
codeType.CustomAttributes.Add(new
CodeAttributeDeclaration
(parent.GetCodeTypeReference(typeof(DebuggerStepThroughAttribute))));
551
CodeAttributeDeclaration generatedCodeAttribute = new
CodeAttributeDeclaration
(parent.GetCodeTypeReference(typeof(GeneratedCodeAttribute)));
661
CodeAttributeDeclaration faultContractAttr = new
CodeAttributeDeclaration
(context.ServiceContractGenerator.GetCodeTypeReference(typeof(FaultContractAttribute)));
879
CodeAttributeDeclaration attrDecl = new
CodeAttributeDeclaration
(context.Contract.ServiceContractGenerator.GetCodeTypeReference(typeof(TransactionFlowAttribute)));
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
169
CodeAttributeDeclaration knownType = new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(ServiceKnownTypeAttribute)));
System.Web (3)
Compilation\AssemblyBuilder.cs (2)
531
CodeAttributeDeclaration declaration = new
CodeAttributeDeclaration
(
541
CodeAttributeDeclaration declaration = new
CodeAttributeDeclaration
(
Compilation\BaseCodeDomTreeGenerator.cs (1)
918
CodeAttributeDeclaration attributeDeclaration = new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(System.Diagnostics.DebuggerNonUserCodeAttribute)));
System.Workflow.Activities (1)
WebServiceReceive.cs (1)
813
paramDecl.CustomAttributes.Add(new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(System.Runtime.InteropServices.OutAttribute))));
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
391
new
CodeAttributeDeclaration
(new CodeTypeReference(typeof(DebuggerNonUserCodeAttribute))),