48 instantiations of CodeConstructor
System.Activities (4)
System.Data (7)
System.Data.Entity.Design (4)
System.Data.Services.Design (1)
System.Management (16)
System.Runtime.Serialization (2)
System.ServiceModel (4)
System.Web (3)
System.Web.Services (2)
System.Workflow.Activities (1)
System.Workflow.ComponentModel (2)
System.Xml (1)
XamlBuildTask (1)
76 references to CodeConstructor
System (20)
System.Activities (9)
System.Data (4)
System.Data.Entity.Design (6)
System.Data.Services.Design (1)
System.Management (1)
System.Runtime.Serialization (4)
System.ServiceModel (4)
System.Web (6)
System.Web.Services (6)
System.Workflow.Activities (1)
System.Workflow.ComponentModel (6)
System.Xml (6)
System\Xml\Serialization\XmlCodeExporter.cs (6)
373void AddDefaultValueAttribute(CodeMemberField field, CodeAttributeDeclarationCollection metadata, object defaultValue, TypeMapping mapping, CodeCommentStatementCollection comments, TypeDesc memberTypeDesc, Accessor accessor, CodeConstructor ctor) {
475static void AddInitializationStatement(CodeConstructor ctor, CodeMemberField field, CodeExpression init) {
503CodeConstructor ctor = new CodeConstructor();
613void AddMemberMetadata(CodeMemberField field, CodeAttributeDeclarationCollection metadata, MemberMapping member, string ns, bool forceUseMemberName, CodeCommentStatementCollection comments, CodeConstructor ctor) {
704void ExportMember(CodeTypeDeclaration codeClass, MemberMapping member, string ns, CodeConstructor ctor) {
722void ExportProperty(CodeTypeDeclaration codeClass, MemberMapping member, string ns, CodeIdentifiers memberScope, CodeConstructor ctor) {
XamlBuildTask (2)