3 references to Constructor
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
590if (Name == SpecialNames.Constructor)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
119(name == SpecialNames.Constructor ? MemLookFlags.Ctor : 0) | 985PopulateSymbolTableWithName(SpecialNames.Constructor, null, type);