16 instantiations of GeneratedCodeAttribute
System.Activities.Core.Presentation (1)
SR.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Activities.Presentation (3)
System.Activities.Presentation\Microsoft\Activities\Presentation\SharedSR.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Activities.Presentation\SR.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Properties\Resources.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
System.ComponentModel.DataAnnotations (1)
Resources\DataAnnotationsResources.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\SR.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
cdf\src\NetFx40\Tools\System.Activities.Presentation\Microsoft\Activities\Presentation\SharedSR.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
cdf\src\NetFx40\Tools\System.Activities.Presentation\SR.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Properties\Resources.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
System.Runtime.Caching (1)
Resources\R.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Web.ApplicationServices (1)
ApplicationServicesStrings.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Web.DynamicData (1)
Resources\DynamicDataResources.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
System.Web.Entity.Design (1)
Properties\Resources.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
System.Web.Extensions (2)
Resources\AtlasWeb.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
Resources\WCFModelStrings.Designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
System.WorkflowServices (1)
ImageResources.designer.cs (1)
22[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
16 references to GeneratedCodeAttribute
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2391new CodeTypeReference(typeof(GeneratedCodeAttribute)),
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
154new CodeTypeReference(typeof(GeneratedCodeAttribute)),
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (2)
2216var codegenAttr = this.resolveName.Method.GetCustomAttributes(false).OfType<System.CodeDom.Compiler.GeneratedCodeAttribute>().FirstOrDefault();
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
30new CodeTypeReference(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute)),
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
516CodeAttributeDeclaration generatedCodeAttribute = new CodeAttributeDeclaration(typeof(GeneratedCodeAttribute).FullName);
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
551CodeAttributeDeclaration generatedCodeAttribute = new CodeAttributeDeclaration(parent.GetCodeTypeReference(typeof(GeneratedCodeAttribute)));
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
532new CodeTypeReference(typeof(GeneratedCodeAttribute)));
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
40CodeAttributeDeclaration decl = new CodeAttributeDeclaration(typeof(GeneratedCodeAttribute).FullName);
System.Xml (6)
System\Xml\Serialization\CodeExporter.cs (1)
98CodeAttributeDeclaration decl = new CodeAttributeDeclaration(typeof(GeneratedCodeAttribute).FullName);
System\Xml\Serialization\XmlCodeExporter.cs (1)
152else if (FindAttributeDeclaration(typeof(GeneratedCodeAttribute), codeClass.CustomAttributes) == null) {
System\Xml\Xslt\XslCompiledTransform.cs (4)
241GeneratedCodeCtor = typeof(GeneratedCodeAttribute).GetConstructor(new Type[] { typeof(string), typeof(string) }); 261object[] customAttrs = compiledStylesheet.GetCustomAttributes(typeof(GeneratedCodeAttribute), /*inherit:*/false); 262GeneratedCodeAttribute generatedCodeAttr = customAttrs.Length > 0 ? (GeneratedCodeAttribute)customAttrs[0] : null;
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
81generatedCodeAttribute = new CodeAttributeDeclaration(new CodeTypeReference(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute).FullName),