1 write to _binder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
70
_binder
= new RuntimeBinder(callingContext, isChecked);
2 references to _binder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (2)
51
private bool IsChecked =>
_binder
.IsChecked;
113
return BinderHelper.Bind(this,
_binder
, new[] { target }, _argumentInfo, errorSuggestion);