11 instantiations of RuntimeBinder
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
84_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
77_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
56_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
65_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
67_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
53_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
76_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
48_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
65_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
64_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
71_binder = new RuntimeBinder(callingContext, isChecked);
37 references to RuntimeBinder
Microsoft.CSharp (37)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
27RuntimeBinder binder,
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (2)
35public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 56private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (2)
34public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 55private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (2)
25public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 40private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (2)
25public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 44private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (3)
24public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 28=> RuntimeBinder.PopulateSymbolTableWithPayloadInformation(this, callingType, arguments); 48private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (3)
19public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 23=> RuntimeBinder.PopulateSymbolTableWithPayloadInformation(this, callingType, arguments); 41private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (3)
25public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 29=> RuntimeBinder.PopulateSymbolTableWithPayloadInformation(this, callingType, arguments); 54private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (2)
21public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 33private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (2)
26public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 40private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (2)
24public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 38private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (2)
36public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 48private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\ICSharpBinder.cs (1)
24Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (2)
22RuntimeBinder.EnsureLockIsTaken(); 45RuntimeBinder.EnsureLockIsTaken();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (1)
129RuntimeBinder.EnsureLockIsTaken();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
778RuntimeBinder.EnsureLockIsTaken();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (6)
69RuntimeBinder.EnsureLockIsTaken(); 76RuntimeBinder.EnsureLockIsTaken(); 84RuntimeBinder.EnsureLockIsTaken(); 91RuntimeBinder.EnsureLockIsTaken(); 98RuntimeBinder.EnsureLockIsTaken(); 105RuntimeBinder.EnsureLockIsTaken();