1 write to _binder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
83_binder = new RuntimeBinder(callingContext, isChecked);
2 references to _binder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (2)
59private bool IsChecked => _binder.IsChecked; 130return BinderHelper.Bind(this, _binder, new[] { target, arg }, _argumentInfo, errorSuggestion);