2 references to CSharpSetIndexBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
234
return new
CSharpSetIndexBinder
(isCompoundAssignment, isChecked, context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
395
CallSiteBinder binder = new
CSharpSetIndexBinder
(/*isCompoundAssignment */ false, /* isChecked */ false, accessibilityContext, argInfos);