2 instantiations of CSharpBinaryOperationBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
46
return new
CSharpBinaryOperationBinder
(operation, isChecked, binaryOperationFlags, context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
124
CSharpBinaryOperationBinder binder = new
CSharpBinaryOperationBinder
(
6 references to CSharpBinaryOperationBinder
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (3)
65
/// Initializes a new instance of the <see cref="
CSharpBinaryOperationBinder
"/> class.
104
var
otherBinder = other as
CSharpBinaryOperationBinder
;
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationFlags.cs (1)
9
/// Represents the set of binary operation flags in C# for use with <see cref="
CSharpBinaryOperationBinder
" /> instances.
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
124
CSharpBinaryOperationBinder
binder = new CSharpBinaryOperationBinder(
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
981
CSharpBinaryOperationBinder
payload,