2 instantiations of CSharpInvokeMemberBinder
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
178
return new
CSharpInvokeMemberBinder
(callFlags, name, context, typeArguments, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
263
binder = new
CSharpInvokeMemberBinder
(
6 references to CSharpInvokeMemberBinder
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\CSharpInvokeMemberBinder.cs (3)
57
/// Initializes a new instance of the <see cref="
CSharpInvokeMemberBinder
" />.
93
var
otherBinder = other as
CSharpInvokeMemberBinder
;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
149
CSharpInvokeMemberBinder
callPayload = payload as
CSharpInvokeMemberBinder
;