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)
1322if (current is CodeMemberMethod && !(current is CodeTypeConstructor) && !(current is CodeConstructor)) 1805private void GenerateTypeConstructor(CodeTypeConstructor e) 1998else if (member is CodeTypeConstructor) 2000GenerateTypeConstructor((CodeTypeConstructor)member); 2049if (current is CodeTypeConstructor) 2062CodeTypeConstructor imp = (CodeTypeConstructor)current;
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1562if (!(current is CodeTypeConstructor) && !(current is CodeConstructor) 1917protected 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; 743if (current is CodeMemberMethod && !(current is CodeTypeConstructor) && !(current is CodeConstructor)) 1576protected abstract void GenerateTypeConstructor(CodeTypeConstructor e);
System\CodeDom\Compiler\CodeValidator.cs (3)
329else if (e is CodeTypeConstructor) 331ValidateTypeConstructor((CodeTypeConstructor)e); 339private void ValidateTypeConstructor(CodeTypeConstructor e)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
429CodeTypeConstructor => ".cctor",