11 instantiations of RuntimeBinder
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
85_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
78_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
57_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
66_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
68_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
54_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
77_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
49_binder = new RuntimeBinder(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
66_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
65_binder = new RuntimeBinder(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
72_binder = new RuntimeBinder(callingContext, isChecked);
37 references to RuntimeBinder
Microsoft.CSharp (37)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
26RuntimeBinder binder,
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (2)
34public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 56private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (2)
33public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 55private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (2)
24public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 40private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (2)
24public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 44private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (3)
23public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 28=> RuntimeBinder.PopulateSymbolTableWithPayloadInformation(this, callingType, arguments); 48private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (3)
18public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 23=> RuntimeBinder.PopulateSymbolTableWithPayloadInformation(this, callingType, arguments); 41private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (3)
24public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 29=> RuntimeBinder.PopulateSymbolTableWithPayloadInformation(this, callingType, arguments); 54private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (2)
20public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 33private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (2)
25public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 40private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (2)
23public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals) 38private readonly RuntimeBinder _binder;
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (2)
35public 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)
750RuntimeBinder.EnsureLockIsTaken();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (6)
69RuntimeBinder.EnsureLockIsTaken(); 76RuntimeBinder.EnsureLockIsTaken(); 84RuntimeBinder.EnsureLockIsTaken(); 91RuntimeBinder.EnsureLockIsTaken(); 98RuntimeBinder.EnsureLockIsTaken(); 105RuntimeBinder.EnsureLockIsTaken();