21 references to CodeTypeConstructor
System (1)
src\libraries\shims\System\ref\System.cs (1)
96[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTypeConstructor))]
System.CodeDom (19)
Microsoft\CSharp\CSharpCodeGenerator.cs (7)
1313if (current is CodeMemberMethod && !(current is CodeTypeConstructor) && !(current is CodeConstructor)) 1796private void GenerateTypeConstructor(CodeTypeConstructor e) 1989else if (member is CodeTypeConstructor) 1991GenerateTypeConstructor((CodeTypeConstructor)member); 2040if (current is CodeTypeConstructor) 2053CodeTypeConstructor imp = (CodeTypeConstructor)current;
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1559if (!(current is CodeTypeConstructor) && !(current is CodeConstructor) 1914protected override void GenerateTypeConstructor(CodeTypeConstructor e)
System\CodeDom\Compiler\CodeGenerator.cs (7)
151else if (member is CodeTypeConstructor) 153GenerateTypeConstructor((CodeTypeConstructor)member); 202if (current is CodeTypeConstructor) 215CodeTypeConstructor imp = (CodeTypeConstructor)current; 728if (current is CodeMemberMethod && !(current is CodeTypeConstructor) && !(current is CodeConstructor)) 1513protected abstract void GenerateTypeConstructor(CodeTypeConstructor e);
System\CodeDom\Compiler\CodeValidator.cs (3)
326else if (e is CodeTypeConstructor) 328ValidateTypeConstructor((CodeTypeConstructor)e); 336private void ValidateTypeConstructor(CodeTypeConstructor e)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
429CodeTypeConstructor => ".cctor",