4 instantiations of CSharpInvokeBinder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
138
return new
CSharpInvokeBinder
(callFlags, context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
148
CSharpInvokeBinder c = new
CSharpInvokeBinder
(Flags, CallingContext, _argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
256
binder = new
CSharpInvokeBinder
(
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
175
CSharpInvokeBinder invoke = new
CSharpInvokeBinder
(callPayload.Flags, callPayload.CallingContext, argInfos).TryGetExisting();
6 references to CSharpInvokeBinder
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\CSharpCallFlags.cs (1)
9
/// Represents information about a <see cref="
CSharpInvokeBinder
" /> or <see cref="CSharpInvokeMemberBinder" /> that
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (3)
53
/// Initializes a new instance of the <see cref="
CSharpInvokeBinder
" />.
82
var
otherBinder = other as
CSharpInvokeBinder
;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
148
CSharpInvokeBinder
c = new CSharpInvokeBinder(Flags, CallingContext, _argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
175
CSharpInvokeBinder
invoke = new CSharpInvokeBinder(callPayload.Flags, callPayload.CallingContext, argInfos).TryGetExisting();