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