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