11 implementations of PopulateSymbolTableWithName
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
38
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
42
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
31
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
31
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
27
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
22
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
28
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
24
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
29
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
27
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
39
public void
PopulateSymbolTableWithName
(Type callingType, ArgumentObject[] arguments)
1 reference to PopulateSymbolTableWithName
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
88
payload.
PopulateSymbolTableWithName
(arguments[0].Type, arguments);