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