3 instantiations of CSharpUnaryOperationBinder
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
277return 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)
300action is CSharpUnaryOperationBinder operatorPayload
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (3)
55/// Initializes a new instance of the <see cref="CSharpUnaryOperationBinder"/> class. 90var otherBinder = other as CSharpUnaryOperationBinder;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
941CSharpUnaryOperationBinder payload,