3 instantiations of CSharpUnaryOperationBinder
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
277
return new
CSharpUnaryOperationBinder
(operation, isChecked, context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (2)
141
.Create(new Microsoft.CSharp.RuntimeBinder.
CSharpUnaryOperationBinder
(oper,
149
.Create(new Microsoft.CSharp.RuntimeBinder.
CSharpUnaryOperationBinder
(oper,
5 references to CSharpUnaryOperationBinder
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
300
action is
CSharpUnaryOperationBinder
operatorPayload
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (3)
55
/// Initializes a new instance of the <see cref="
CSharpUnaryOperationBinder
"/> class.
90
var
otherBinder = other as
CSharpUnaryOperationBinder
;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
941
CSharpUnaryOperationBinder
payload,