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