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