1 instantiation of CSharpInvokeConstructorBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
196
return new
CSharpInvokeConstructorBinder
(CSharpCallFlags.None, context, argumentInfo).TryGetExisting();
4 references to CSharpInvokeConstructorBinder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (2)
255
if (action is
CSharpInvokeConstructorBinder
)
286
if (action is
CSharpInvokeConstructorBinder
)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (2)
70
var
otherBinder = other as
CSharpInvokeConstructorBinder
;