11 references to RuntimeBinder
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
83
_binder = new
RuntimeBinder
(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
76
_binder = new
RuntimeBinder
(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
55
_binder = new
RuntimeBinder
(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
64
_binder = new
RuntimeBinder
(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
66
_binder = new
RuntimeBinder
(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
52
_binder = new
RuntimeBinder
(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
75
_binder = new
RuntimeBinder
(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
47
_binder = new
RuntimeBinder
(callingContext);
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
64
_binder = new
RuntimeBinder
(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
63
_binder = new
RuntimeBinder
(callingContext, isChecked);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
70
_binder = new
RuntimeBinder
(callingContext, isChecked);