11 references to 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);