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