16 references to PopulateSymbolTableWithName
Microsoft.CSharp (16)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (2)
42
SymbolTable.
PopulateSymbolTableWithName
(name, null, arguments[0].Type);
43
SymbolTable.
PopulateSymbolTableWithName
(name, null, arguments[1].Type);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
32
=> SymbolTable.
PopulateSymbolTableWithName
(SpecialNames.Indexer, null, arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
32
=> SymbolTable.
PopulateSymbolTableWithName
(Name, null, arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
25
=> SymbolTable.
PopulateSymbolTableWithName
(Name, null, arguments[0].Info.IsStaticType ? arguments[0].Value as Type : arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
30
=> SymbolTable.
PopulateSymbolTableWithName
(SpecialNames.Indexer, null, arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
28
=> SymbolTable.
PopulateSymbolTableWithName
(Name, null, arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
40
=> SymbolTable.
PopulateSymbolTableWithName
(Operation.GetCLROperatorName(), null, arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
284
SymbolTable.
PopulateSymbolTableWithName
(
295
SymbolTable.
PopulateSymbolTableWithName
(
1273
SymbolTable.
PopulateSymbolTableWithName
(name, null, arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2354
SymbolTable.
PopulateSymbolTableWithName
(SpecialNames.CLR_True, null, pExprWrap.Type.AssociatedSystemType);
2355
SymbolTable.
PopulateSymbolTableWithName
(SpecialNames.CLR_False, null, pExprWrap.Type.AssociatedSystemType);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (3)
985
PopulateSymbolTableWithName
(SpecialNames.Constructor, null, type);
986
PopulateSymbolTableWithName
(SpecialNames.Invoke, null, type);
1467
PopulateSymbolTableWithName
("Value", new Type[] { typeof(Missing) }, typeof(Missing)); // We might need this later