11 implementations of PopulateSymbolTableWithName
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
37public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
41public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
30public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
30public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
26public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
21public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
27public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
23public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
28public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
26public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
38public 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);